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/xid.c,v 1.3 1996/11/03 22:58:26 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/xid.c,v 1.4 1996/11/05 11:12:33 scrappy Exp $
*
* OLD COMMENTS
* XXX WARNING
@@ -19,11 +19,10 @@
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include "postgres.h"
#include "utils/palloc.h"
#include <postgres.h>
extern TransactionId NullTransactionId;
extern TransactionId DisabledTransactionId;