mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
final one before weekend starts...more at end of weekend
This commit is contained in:
@@ -7,16 +7,16 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: execdesc.h,v 1.10 1999/02/13 23:21:23 momjian Exp $
|
* $Id: execdesc.h,v 1.10.2.1 1999/07/30 19:36:30 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef EXECDESC_H
|
#ifndef EXECDESC_H
|
||||||
#define EXECDESC_H
|
#define EXECDESC_H
|
||||||
|
|
||||||
#include <tcop/dest.h>
|
#include "nodes/parsenodes.h"
|
||||||
#include <nodes/plannodes.h>
|
#include "nodes/plannodes.h"
|
||||||
#include <nodes/parsenodes.h>
|
#include "tcop/dest.h"
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* query descriptor:
|
* query descriptor:
|
||||||
|
@@ -7,14 +7,14 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: hasht.h,v 1.7 1999/02/13 23:21:31 momjian Exp $
|
* $Id: hasht.h,v 1.7.2.1 1999/07/30 19:36:31 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef HASHT_H
|
#ifndef HASHT_H
|
||||||
#define HASHT_H
|
#define HASHT_H
|
||||||
|
|
||||||
#include <utils/hsearch.h>
|
#include "utils/hsearch.h"
|
||||||
|
|
||||||
typedef void (*HashtFunc) ();
|
typedef void (*HashtFunc) ();
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#ifndef PG_CRYPT_H
|
#ifndef PG_CRYPT_H
|
||||||
#define PG_CRYPT_H
|
#define PG_CRYPT_H
|
||||||
|
|
||||||
#include <libpq/libpq-be.h>
|
#include "libpq/libpq-be.h"
|
||||||
|
|
||||||
#define CRYPT_PWD_FILE "pg_pwd"
|
#define CRYPT_PWD_FILE "pg_pwd"
|
||||||
#define CRYPT_PWD_FILE_SEPCHAR "'\\t'"
|
#define CRYPT_PWD_FILE_SEPCHAR "'\\t'"
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
* Interface to hba.c
|
* Interface to hba.c
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: hba.h,v 1.13 1999/05/10 15:17:17 momjian Exp $
|
* $Id: hba.h,v 1.13.2.1 1999/07/30 19:36:33 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -13,8 +13,7 @@
|
|||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "libpq/libpq-be.h"
|
#include "libpq/pqcomm.h"
|
||||||
|
|
||||||
|
|
||||||
#define CONF_FILE "pg_hba.conf"
|
#define CONF_FILE "pg_hba.conf"
|
||||||
/* Name of the config file */
|
/* Name of the config file */
|
||||||
|
@@ -7,17 +7,15 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: libpq-be.h,v 1.14 1999/02/13 23:21:35 momjian Exp $
|
* $Id: libpq-be.h,v 1.14.2.1 1999/07/30 19:36:33 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef LIBPQ_BE_H
|
#ifndef LIBPQ_BE_H
|
||||||
#define LIBPQ_BE_H
|
#define LIBPQ_BE_H
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include "libpq/pqcomm.h"
|
|
||||||
#include "libpq/hba.h"
|
#include "libpq/hba.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: libpq.h,v 1.31 1999/07/07 17:17:50 momjian Exp $
|
* $Id: libpq.h,v 1.31.2.1 1999/07/30 19:36:33 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "libpq/libpq-be.h"
|
#include "libpq/libpq-be.h"
|
||||||
#include "tcop/dest.h"
|
#include "tcop/dest.h"
|
||||||
|
#include "utils/exc.h"
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* PQArgBlock
|
* PQArgBlock
|
||||||
|
Reference in New Issue
Block a user