mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Another one cleaned out
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: transam.h,v 1.3 1996/11/01 09:30:42 scrappy Exp $
|
* $Id: transam.h,v 1.4 1996/11/05 07:07:22 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* Transaction System Version 101 now support proper oid
|
* Transaction System Version 101 now support proper oid
|
||||||
@ -17,8 +17,8 @@
|
|||||||
#ifndef TRANSAM_H
|
#ifndef TRANSAM_H
|
||||||
#define TRANSAM_H
|
#define TRANSAM_H
|
||||||
|
|
||||||
#include "storage/bufmgr.h"
|
#include <storage/bufmgr.h>
|
||||||
#include "utils/nabstime.h"
|
#include <utils/nabstime.h>
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* transaction system version id
|
* transaction system version id
|
||||||
|
Reference in New Issue
Block a user