代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/376006/2717134
c port.c
#include "postgres.h"
#ifndef _POSIX_SOURCE
#include "libc.h"
#else
#include
#endif
#include
void
putenv(char *name)
{
extern char **environ;
static int was_mallocated
www.eeworm.com/read/376006/2717699
y preproc.y
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.359.2.5 2008/08/20 14:07:16 meskes Exp $ */
/* Copyright comment */
%{
#include "postgres_fe.h"
#include "extern.h"
#include
www.eeworm.com/read/376006/2717704
c variable.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/variable.c,v 1.44 2008/02/07 11:09:13 meskes Exp $ */
#include "postgres_fe.h"
#include "extern.h"
static struct variable *allvariables = NULL;
st
www.eeworm.com/read/120487/6073258
c output.c
#include "postgres_fe.h"
#include "extern.h"
void
output_line_number()
{
if (input_filename)
fprintf(yyout, "\n#line %d \"%s\"\n", yylineno, input_filename);
}
void
output_simple_statement(char
www.eeworm.com/read/120487/6073270
c type.c
#include "postgres_fe.h"
#include "extern.h"
#define indicator_set ind_type != NULL && ind_type->type != ECPGt_NO_INDICATOR
struct ECPGstruct_member struct_no_indicator = {"no_indicator", &ecpg_no_
www.eeworm.com/read/120487/6073548
c regress.c
/*
* $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.58 2003/08/04 00:43:34 momjian Exp $
*/
#include "postgres.h"
#include /* faked on sunos */
#include "utils/geo_decls.h" /
www.eeworm.com/read/100285/6271157
c oracle_compat.c
/*
* Edmund Mergl
*
* $Id: oracle_compat.c,v 1.18.2.1 1999/08/02 05:24:56 scrappy Exp $
*
*/
#include
#include "postgres.h"
text *lower(text *string);
text *
www.eeworm.com/read/183001/5260056
c type.c
#include "postgres_fe.h"
#include "extern.h"
#define indicator_set ind_type != NULL && ind_type->type != ECPGt_NO_INDICATOR
struct ECPGstruct_member struct_no_indicator = {"no_indicator", &ecpg_no_
www.eeworm.com/read/183001/5260353
c regress.c
/*
* $PostgreSQL: pgsql/src/test/regress/regress.c,v 1.64 2005/10/15 02:49:51 momjian Exp $
*/
#include "postgres.h"
#include /* faked on sunos */
#include "utils/geo_decls.h" /* inc
www.eeworm.com/read/376006/2717169
c win32.c
/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.9 2006/12/04 22:23:40 momjian Exp $ */
#include "postgres.h"
char *dlerror(void);
int dlclose(void *handle);
void *dlsym(void *ha