代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/120487/6073293

c interval.c

#include "postgres_fe.h" #include #include #ifdef __FAST_MATH__ #error -ffast-math is known to break this code #endif #include "extern.h" #include "dt.h" #include "pgtypes_error.h"
www.eeworm.com/read/120487/6073294

c numeric.c

#include "postgres_fe.h" #include #include #include "extern.h" #include "pgtypes_error.h" #define Max(x, y) ((x) > (y) ? (x) : (y)) #define Min(x, y) ((x) < (y) ? (x) : (y
www.eeworm.com/read/100285/6270675

sgml reference.sgml

www.eeworm.com/read/184888/5244681

fedora openser.spec.fedora

%define EXCLUDED_MODULES mysql jabber cpl-c avp_radius auth_radius group_radius uri_radius pa postgres osp tlsops unixodbc %define MYSQL_MODULES mysql %define UNIXODBC_MODULES unixodbc %define POSTGR
www.eeworm.com/read/183001/5258915

pgrminclude

: # remove extra #include's trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -type f -print | grep -v '\./postgres.h' | grep -v '\./pg_config
www.eeworm.com/read/183001/5260077

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/183001/5260079

c interval.c

#include "postgres_fe.h" #include #include #ifdef __FAST_MATH__ #error -ffast-math is known to break this code #endif #include "extern.h" #include "dt.h" #include "pgtypes_error.h"
www.eeworm.com/read/183001/5260080

c numeric.c

#include "postgres_fe.h" #include #include #include "extern.h" #include "pgtypes_error.h" #define Max(x, y) ((x) > (y) ? (x) : (y)) #define Min(x, y) ((x) < (y) ? (x) : (y
www.eeworm.com/read/376006/2717156

c nextstep.c

/* $PostgreSQL: pgsql/src/backend/port/dynloader/nextstep.c,v 1.6 2006/03/11 04:38:31 momjian Exp $ */ #include "postgres.h" #include "mach-o/rld.h" #include "streams/streams.h" static char *lastEr
www.eeworm.com/read/376006/2717730

c dt_common.c

/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.44 2007/11/15 21:14:45 momjian Exp $ */ #include "postgres_fe.h" #include #include #include #include