1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Another series started from utils/builtins.h

This commit is contained in:
Marc G. Fournier
1996-11-04 07:46:06 +00:00
parent d93d3c843a
commit 5a5f9420e5
8 changed files with 25 additions and 34 deletions

View File

@@ -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 {
/*------------------------------------------------------------------------