mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Okay, so I was going backwards on my include cleanup...
Pointed out by Bryan (in a subtle way *grin*)
This commit is contained in:
parent
dd10d0de23
commit
ea94d639d0
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.10 1996/10/31 07:48:35 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.11 1996/11/01 09:12:18 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* The old interface functions have been converted to macros
|
* The old interface functions have been converted to macros
|
||||||
@ -17,43 +17,16 @@
|
|||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
#include "access/attnum.h"
|
|
||||||
#include "access/tupmacs.h"
|
|
||||||
#include "catalog/pg_am.h"
|
|
||||||
#include "catalog/pg_attribute.h"
|
|
||||||
#include "catalog/pg_class.h"
|
|
||||||
#include "nodes/nodes.h"
|
|
||||||
#include "nodes/pg_list.h"
|
|
||||||
#include "storage/block.h"
|
|
||||||
#include "storage/buf.h"
|
|
||||||
#include "storage/fd.h"
|
|
||||||
#include "storage/ipc.h"
|
|
||||||
#include "storage/item.h"
|
|
||||||
#include "storage/itemid.h"
|
|
||||||
#include "storage/off.h"
|
|
||||||
#include "storage/page.h"
|
|
||||||
#include "utils/memutils.h"
|
|
||||||
#include "utils/nabstime.h"
|
|
||||||
#include "utils/palloc.h"
|
#include "utils/palloc.h"
|
||||||
|
|
||||||
#include "access/skey.h"
|
|
||||||
#include "access/tupdesc.h"
|
|
||||||
#include "rewrite/prs2lock.h"
|
|
||||||
#include "storage/bufpage.h"
|
#include "storage/bufpage.h"
|
||||||
#include "storage/itemptr.h"
|
|
||||||
|
|
||||||
#include "access/strat.h"
|
|
||||||
|
|
||||||
#include "access/htup.h"
|
|
||||||
#include "utils/rel.h"
|
|
||||||
|
|
||||||
#include "storage/bufmgr.h"
|
|
||||||
|
|
||||||
#include "access/transam.h"
|
#include "access/transam.h"
|
||||||
|
#include "storage/buf.h"
|
||||||
|
#include "access/tupmacs.h"
|
||||||
|
#include "access/tupdesc.h"
|
||||||
|
#include "utils/memutils.h"
|
||||||
|
#include "access/htup.h"
|
||||||
|
|
||||||
#ifndef HAVE_MEMMOVE
|
#ifndef HAVE_MEMMOVE
|
||||||
# include "regex/utils.h"
|
# include "regex/utils.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user