mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Include dependencies based on tupdesc.h, as:
access/tupdesc.h catalog/pg_attribute.h nodes/pg_list.h nodes/nodes.h access/attnum.h
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: tupdesc.h,v 1.3 1996/10/19 03:58:34 scrappy Exp $
|
||||
* $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 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"
|
||||
|
||||
typedef struct tupleDesc {
|
||||
/*------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user