mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
More include files cleaned up
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: hash.h,v 1.1 1996/08/27 21:50:12 scrappy Exp $
|
||||
* $Id: hash.h,v 1.2 1996/10/20 06:35:01 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* modeled after Margo Seltzer's hash implementation for unix.
|
||||
@@ -16,7 +16,13 @@
|
||||
#ifndef HASH_H
|
||||
#define HASH_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "access/itup.h"
|
||||
#include "storage/bufpage.h"
|
||||
#include "access/sdir.h"
|
||||
#include "access/funcindex.h"
|
||||
#include "storage/block.h"
|
||||
#include "access/relscan.h"
|
||||
|
||||
/*
|
||||
* An overflow page is a spare page allocated for storing data whose
|
||||
|
Reference in New Issue
Block a user