diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-17 22:32:51 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-17 22:32:51 +0000 |
| commit | d0a89683a3a4dd8e76ef0a99101355999e519df5 (patch) | |
| tree | b19aaf7f03cbcc851b00ca6e472cc7d3e5a20ca1 /src/include/access/subtrans.h | |
| parent | 5495575903e35ceb40d32055ab55e9377460208f (diff) | |
| download | postgresql-d0a89683a3a4dd8e76ef0a99101355999e519df5.tar.gz | |
Two-phase commit. Original patch by Heikki Linnakangas, with additional
hacking by Alvaro Herrera and Tom Lane.
Diffstat (limited to 'src/include/access/subtrans.h')
| -rw-r--r-- | src/include/access/subtrans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/subtrans.h b/src/include/access/subtrans.h index ac884775a0..2810e438d5 100644 --- a/src/include/access/subtrans.h +++ b/src/include/access/subtrans.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.5 2004/12/31 22:03:21 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.6 2005/06/17 22:32:48 tgl Exp $ */ #ifndef SUBTRANS_H #define SUBTRANS_H @@ -18,7 +18,7 @@ extern TransactionId SubTransGetTopmostTransaction(TransactionId xid); extern int SUBTRANSShmemSize(void); extern void SUBTRANSShmemInit(void); extern void BootStrapSUBTRANS(void); -extern void StartupSUBTRANS(void); +extern void StartupSUBTRANS(TransactionId oldestActiveXID); extern void ShutdownSUBTRANS(void); extern void CheckPointSUBTRANS(void); extern void ExtendSUBTRANS(TransactionId newestXact); |
