mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Major code cleanups from D'arcy (-Wall -Werror)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: transam.h,v 1.1 1996/08/27 21:50:26 scrappy Exp $
|
||||
* $Id: transam.h,v 1.2 1996/10/23 07:41:31 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Transaction System Version 101 now support proper oid
|
||||
@@ -17,6 +17,10 @@
|
||||
#ifndef TRANSAM_H
|
||||
#define TRANSAM_H
|
||||
|
||||
#include "utils/nabstime.h"
|
||||
#include "utils/rel.h"
|
||||
#include "storage/bufmgr.h"
|
||||
|
||||
/* ----------------
|
||||
* transaction system version id
|
||||
*
|
||||
|
Reference in New Issue
Block a user