mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Another series started from utils/builtins.h
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: skey.h,v 1.2 1996/10/19 04:36:08 scrappy Exp $
|
||||
* $Id: skey.h,v 1.3 1996/11/04 07:45:26 scrappy Exp $
|
||||
*
|
||||
*
|
||||
* Note:
|
||||
@@ -16,8 +16,7 @@
|
||||
#ifndef SKEY_H
|
||||
#define SKEY_H
|
||||
|
||||
#include "access/attnum.h"
|
||||
|
||||
#include <access/attnum.h>
|
||||
|
||||
typedef struct ScanKeyData {
|
||||
bits16 sk_flags; /* flags */
|
||||
|
@@ -7,14 +7,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: strat.h,v 1.3 1996/11/01 09:30:41 scrappy Exp $
|
||||
* $Id: strat.h,v 1.4 1996/11/04 07:45:27 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef STRAT_H
|
||||
#define STRAT_H
|
||||
|
||||
#include "access/skey.h"
|
||||
#include <access/skey.h>
|
||||
|
||||
typedef uint16 StrategyNumber;
|
||||
|
||||
|
@@ -6,16 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
|
||||
* $Id: tupdesc.h,v 1.5 1996/11/04 07:45:28 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef TUPDESC_H
|
||||
#define TUPDESC_H
|
||||
|
||||
#include "nodes/pg_list.h"
|
||||
#include "catalog/pg_attribute.h"
|
||||
#include "access/attnum.h"
|
||||
#include <nodes/pg_list.h>
|
||||
#include <access/attnum.h>
|
||||
#include <catalog/pg_attribute.h>
|
||||
|
||||
typedef struct tupleDesc {
|
||||
/*------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user