1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00
This commit is contained in:
Marc G. Fournier
1996-10-21 05:59:49 +00:00
parent ede7e6b045
commit b446f38510
3 changed files with 49 additions and 4 deletions

View File

@ -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?