代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/183001/5260050
c variable.c
#include "postgres_fe.h"
#include "extern.h"
struct variable *allvariables = NULL;
struct variable *
new_variable(const char *name, struct ECPGtype * type, int brace_level)
{
struct variable *p =
www.eeworm.com/read/412251/2171769
svn-base libpq-fe.h.svn-base
#ifndef LIBPQ_FE_H
#define LIBPQ_FE_H
#ifdef __cplusplus
extern "C"
{
#endif
#include
/*
* postgres_ext.h defines the backend's externally visible types,
* such as Oid.
www.eeworm.com/read/376006/2717164
c aix.c
/*
* @(#)dlfcn.c 1.7 revision of 95/08/14 19:08:38
* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
* 30159 Hannover, Germany
*/
#include "postgres.h"
#include "sys/ldr.h"
www.eeworm.com/read/324640/13254986
sql dump_postgresql.sql
\connect - postgres
CREATE SEQUENCE "poll_comment_seq" start 2 increment 1 maxvalue 2147483647 minvalue 1 cache 1 ;
CREATE SEQUENCE "poll_index_seq" start 4 increment 1 maxvalue 2147483647 minvalue 1
www.eeworm.com/read/149795/5697224
makefile
# $Id: Makefile,v 1.5.2.3 2005/09/07 19:21:03 andrei Exp $
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=postgres.so
# lib
www.eeworm.com/read/149795/5697236
c db_con.c
/*
* $Id: db_con.c,v 1.3 2004/04/13 14:58:05 janakj Exp $
*
* POSTGRES module, portions of this code were templated using
* the mysql module, thus it's similarity.
*
*
* Copyright (C) 2003 Augu
www.eeworm.com/read/149795/5697244
c db_res.c
/*
* $Id: db_res.c,v 1.2 2004/02/08 15:30:59 lgfausak Exp $
*
* POSTGRES module, portions of this code were templated using
* the mysql module, thus it's similarity.
*
*
* Copyright (C) 2003 Au
www.eeworm.com/read/120487/6072096
xs spi.xs
/* this must be first: */
#include "postgres.h"
/* perl stuff */
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "eloglvl.h"
MODULE = SPI PREFIX = elog_
PROTOTYPES: ENABLE
VERSI
www.eeworm.com/read/120487/6072201
c nextstep.c
#include "postgres.h"
#include "mach-o/rld.h"
#include "streams/streams.h"
static char *lastError = NULL;
static NXStream *
OpenError()
{
return NXOpenMemory(NULL, 0, NX_WRITEONLY);
}
static void