mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
There...that pretty much cleans up redundant/unused #includes in
access/common...how many more directories to go? :)
This commit is contained in:
@@ -8,24 +8,14 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.2 1996/10/19 03:28:20 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.3 1996/10/19 04:51:36 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "storage/block.h"
|
||||
#include "storage/off.h"
|
||||
#include "storage/itemptr.h"
|
||||
#include "nodes/nodes.h"
|
||||
#include "access/attnum.h"
|
||||
#include "nodes/pg_list.h"
|
||||
#include "catalog/pg_attribute.h"
|
||||
#include "access/tupdesc.h"
|
||||
#include "access/itup.h"
|
||||
|
||||
#include "utils/memutils.h"
|
||||
#include "access/ibit.h"
|
||||
|
||||
static Size IndexInfoFindDataOffset(unsigned short t_info);
|
||||
|
||||
Reference in New Issue
Block a user