mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
-Wall'd
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Id: hio.c,v 1.4 1996/10/20 08:31:59 scrappy Exp $
|
||||
* $Id: hio.c,v 1.5 1996/10/21 05:59:46 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -38,7 +38,6 @@
|
||||
|
||||
#include "storage/itemid.h"
|
||||
#include "storage/item.h"
|
||||
#include "storage/buf.h"
|
||||
#include "storage/off.h"
|
||||
#include "storage/bufpage.h"
|
||||
|
||||
@ -47,8 +46,12 @@
|
||||
|
||||
#include "access/heapam.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "storage/ipc.h"
|
||||
#include "storage/bufmgr.h"
|
||||
|
||||
#include "utils/memutils.h"
|
||||
|
||||
/*
|
||||
* amputunique - place tuple at tid
|
||||
* Currently on errors, calls elog. Perhaps should return -1?
|
||||
|
Reference in New Issue
Block a user