1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00

-Wall based cleanup of include files, based from acl.h, and everything

that it depends on
This commit is contained in:
Marc G. Fournier
1996-11-04 07:18:46 +00:00
parent 796aca3916
commit d93d3c843a
10 changed files with 24 additions and 27 deletions

View File

@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: htup.h,v 1.2 1996/10/19 04:02:39 scrappy Exp $
* $Id: htup.h,v 1.3 1996/11/04 07:18:11 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HTUP_H
#define HTUP_H
#include "storage/itemptr.h"
#include "utils/nabstime.h"
#include <utils/nabstime.h>
#include <storage/itemptr.h>
#define MinHeapTupleBitmapSize 32 /* 8 * 4 */