mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Another cleaned up
This commit is contained in:
parent
5dedad99a1
commit
d7dd05db55
@ -7,22 +7,30 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.2 1996/10/19 03:39:04 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
#include "executor/execdebug.h"
|
#include "storage/block.h"
|
||||||
#include "access/genam.h"
|
#include "storage/off.h"
|
||||||
#include "access/iqual.h" /* where the declarations go */
|
#include "storage/itemptr.h"
|
||||||
|
#include "nodes/nodes.h"
|
||||||
|
#include "catalog/pg_attribute.h"
|
||||||
|
#include "access/attnum.h"
|
||||||
|
#include "nodes/pg_list.h"
|
||||||
|
#include "access/tupdesc.h"
|
||||||
#include "access/itup.h"
|
#include "access/itup.h"
|
||||||
|
|
||||||
#include "access/skey.h"
|
#include "access/skey.h"
|
||||||
|
|
||||||
#include "storage/buf.h"
|
#include "storage/block.h"
|
||||||
#include "storage/bufpage.h"
|
#include "storage/off.h"
|
||||||
#include "storage/itemid.h"
|
#include "utils/nabstime.h"
|
||||||
#include "utils/rel.h"
|
#include "storage/itemptr.h"
|
||||||
|
#include "access/htup.h"
|
||||||
|
|
||||||
/* ----------------------------------------------------------------
|
/* ----------------------------------------------------------------
|
||||||
* index scan key qualification code
|
* index scan key qualification code
|
||||||
|
Loading…
Reference in New Issue
Block a user