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/utils/portal.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/utils/portal.h')
| -rw-r--r-- | src/include/utils/portal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index b8bcc33f58..33de53eee8 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -39,7 +39,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.55 2005/04/11 19:51:16 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.56 2005/06/17 22:32:50 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -183,6 +183,7 @@ typedef struct PortalData /* Prototypes for functions in utils/mmgr/portalmem.c */ extern void EnablePortalManager(void); extern bool CommitHoldablePortals(void); +extern bool PrepareHoldablePortals(void); extern void AtCommit_Portals(void); extern void AtAbort_Portals(void); extern void AtCleanup_Portals(void); |
