mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
First pass at fixing my own mistakes
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
This commit is contained in:
@@ -8,16 +8,27 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.3 1996/10/19 04:51:36 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.4 1996/10/20 08:31:29 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "storage/block.h"
|
||||
#include "storage/off.h"
|
||||
#include "catalog/pg_attribute.h"
|
||||
#include "access/attnum.h"
|
||||
#include "nodes/pg_list.h"
|
||||
#include "storage/itemptr.h"
|
||||
#include "access/tupdesc.h"
|
||||
#include "access/itup.h"
|
||||
|
||||
#include "utils/memutils.h"
|
||||
#include "access/ibit.h"
|
||||
|
||||
#include "access/tupmacs.h"
|
||||
|
||||
static Size IndexInfoFindDataOffset(unsigned short t_info);
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user