1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

More cleanups

This commit is contained in:
Marc G. Fournier
1996-11-05 10:02:06 +00:00
parent 466f5fd729
commit 4fa90e38d5
4 changed files with 28 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.6 1996/11/03 22:57:36 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.7 1996/11/05 10:02:03 scrappy Exp $
*
* INTERFACE ROUTINES
* index_open - open an index relation by relationId
@@ -63,19 +63,13 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <postgres.h>
#include "access/genam.h"
#include "utils/relcache.h"
#include "fmgr.h"
#include "utils/palloc.h"
#include "storage/lmgr.h"
#include "access/heaptuple.h"
#include <access/genam.h>
#include <utils/relcache.h>
#include <fmgr.h>
#include <storage/lmgr.h>
#include <access/heaptuple.h>
/* ----------------
* undefine macros we aren't going to use that would otherwise