1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

There, that cleans *that* out

This commit is contained in:
Marc G. Fournier
1996-11-05 11:12:33 +00:00
parent 050d148295
commit 03eb5a50e7
5 changed files with 37 additions and 89 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.5 1996/11/03 22:58:20 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.6 1996/11/05 11:12:30 scrappy Exp $
*
* NOTES
* This file contains support functions for the high
@@ -16,16 +16,12 @@
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include <postgres.h>
#include "utils/rel.h"
#include "access/transam.h"
#include "utils/bit.h"
#include "access/xact.h"
#include "storage/lmgr.h"
#include <access/transam.h>
#include <utils/bit.h>
#include <access/xact.h>
#include <storage/lmgr.h>
/* ----------------------------------------------------------------
* general support routines