代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/120487/6072354
po ru.po
# ru.po
# POSTGRES Translated Messages into the Russian Language (KOI8-R)
#
# $Header: /cvsroot/pgsql/src/backend/po/ru.po,v 1.12.2.12 2004/10/12 17:54:24 petere Exp $
#
# ChangeLog:
# - March 27 -
www.eeworm.com/read/120487/6073281
h ecpglib.h
/*
* this is a small part of c.h since we don't want to leak all postgres
* definitions into ecpg programs
*/
#ifndef _ECPGLIB_H
#define _ECPGLIB_H
#include "libpq-fe.h"
#include "ecpgtype.h"
#i
www.eeworm.com/read/100285/6271811
y preproc.y
/* Copyright comment */
%{
#include
#include
#include
#include "postgres.h"
#include "access/htup.h"
#include "catalog/catname.h"
#include "utils/numeric.h"
#include
www.eeworm.com/read/187332/5224580
c db_mod.c
/*
* $Id: db_mod.c,v 1.7 2004/08/24 09:00:35 janakj Exp $
*
* Postgres module interface
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is fre
www.eeworm.com/read/184888/5244215
makefile
# $Id: Makefile,v 1.2 2005/07/01 14:52:34 bogdan_iancu Exp $
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=postgres.so
# l
www.eeworm.com/read/184888/5244235
c db_mod.c
/*
* $Id: db_mod.c,v 1.3 2006/01/24 20:56:27 bogdan_iancu Exp $
*
* Postgres module interface
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of openser, a free SIP server.
*
*
www.eeworm.com/read/183001/5258740
l parser.l
%{
#include "postgres.h"
#include "deflex.h"
#include "parser.h"
#include "common.h"
/* Avoid exit() on fatal scanner errors */
#undef fprintf
#define fprintf(file, fmt, msg) ts_error(ERROR, fmt, m
www.eeworm.com/read/183001/5259065
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/183001/5259200
c rmgr.c
/*
* rmgr.c
*
* Resource managers definition
*
* $PostgreSQL: pgsql/src/backend/access/transam/rmgr.c,v 1.20 2005/06/14 11:45:14 teodor Exp $
*/
#include "postgres.h"
#include "access/clog.h"
#
www.eeworm.com/read/183001/5259396
c mac.c
/*
* PostgreSQL type definitions for MAC addresses.
*
* $PostgreSQL: pgsql/src/backend/utils/adt/mac.c,v 1.35 2005/10/15 02:49:28 momjian Exp $
*/
#include "postgres.h"
#include "access/hash.h"