代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
www.eeworm.com/read/376006/2717735

c timestamp.c

#include "postgres_fe.h" #include #include #include #include #ifdef __FAST_MATH__ #error -ffast-math is known to break this code #endif #include "extern.h" #i
www.eeworm.com/read/376006/2717738

c interval.c

/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.37 2007/08/22 08:20:58 meskes Exp $ */ #include "postgres_fe.h" #include #include #ifdef __FAST_MATH__ #error -f
www.eeworm.com/read/100285/6271564

h pg_wchar.h

/* $Id: pg_wchar.h,v 1.9 1999/07/11 22:47:19 ishii Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H #include #include "postgres.h" #include "miscadmin.h" /* for getdatabaseencoding() *
www.eeworm.com/read/376006/2717711

c type.c

/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.c,v 1.77.2.1 2008/03/02 10:57:21 meskes Exp $ */ #include "postgres_fe.h" #include "extern.h" #define indicator_set ind_type != NULL && ind_ty
www.eeworm.com/read/120487/6073292

c datetime.c

#include "postgres_fe.h" #include #include #include #include #include "extern.h" #include "dt.h" #include "pgtypes_error.h" #include "pgtypes_date.h" date PG
www.eeworm.com/read/100285/6271168

c timestamp.c

#include #include #include "postgres.h" #include "access/xact.h" #include "miscadmin.h" #include "utils/builtins.h" time_t timestamp_in(const char *timestamp_str) { int4 result;
www.eeworm.com/read/100285/6272213

c pg_passwd.c

/* * @(#) pg_passwd.c 1.8 09:13:16 97/07/02 Y. Ichikawa */ #include "postgres.h" #include #include #if defined(HAVE_STRING_H) #include #else #include #e
www.eeworm.com/read/183001/5260078

c datetime.c

#include "postgres_fe.h" #include #include #include #include #include "extern.h" #include "dt.h" #include "pgtypes_error.h" #include "pgtypes_date.h" date PG
www.eeworm.com/read/376006/2717748

h extern.h

/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.34 2008/02/07 11:09:12 meskes Exp $ */ #ifndef _ECPG_LIB_EXTERN_H #define _ECPG_LIB_EXTERN_H #include "postgres_fe.h" #include "libpq-f
www.eeworm.com/read/120487/6073288

c dt_common.c

#include "postgres_fe.h" #include #include #include #include "extern.h" #include "dt.h" #include "pgtypes_timestamp.h" static int day_tab[2][13] = { {31, 28, 31, 30, 31