1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Add a couple of missing includes

This commit is contained in:
Marc G. Fournier
1996-10-31 08:09:47 +00:00
parent ba4ad2c71a
commit ea04818002
4 changed files with 24 additions and 10 deletions

View File

@ -10,10 +10,14 @@
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <time.h>
#include "postgres.h"
#include "catalog/pg_attribute.h"
#include "access/attnum.h"
#include "nodes/nodes.h"
#include "nodes/pg_list.h"
#include "access/tupdesc.h"
#include "storage/fd.h"
@ -28,7 +32,6 @@
#include "storage/block.h"
#include "storage/off.h"
#include "storage/itemptr.h"
#include <time.h>
#include "utils/nabstime.h"
#include "access/htup.h"
@ -38,6 +41,7 @@
#include "storage/itemid.h"
#include "storage/item.h"
#include "storage/page.h"
#include "storage/bufpage.h"
#include "access/gist.h"
@ -46,6 +50,7 @@
#include "access/sdir.h"
#include "access/genam.h"
#include <sys/types.h>
#include "storage/ipc.h"
#include "storage/spin.h"
#include "utils/hsearch.h"
@ -65,7 +70,6 @@
#include "storage/off.h"
#include "access/rtree.h"
#include <stdio.h>
#include "storage/bufmgr.h"
#include "access/giststrat.h"