diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-06-08 22:38:00 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-06-08 22:38:00 +0000 |
| commit | 20ad43b576d9360b0e9ce9bd868c989443cf9d36 (patch) | |
| tree | 6cdf8d6fb7e1e229158000234ff32a426447a53f /src/include/access/xact.h | |
| parent | 5690933d6c14a706b52edf76c71cbf5660b110e1 (diff) | |
| download | postgresql-20ad43b576d9360b0e9ce9bd868c989443cf9d36.tar.gz | |
Mark functions as static and ifdef NOT_USED as appropriate.
Diffstat (limited to 'src/include/access/xact.h')
| -rw-r--r-- | src/include/access/xact.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 787b4402d2..960538f4b5 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.25 2000/06/05 07:28:57 tgl Exp $ + * $Id: xact.h,v 1.26 2000/06/08 22:37:38 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -102,7 +102,6 @@ extern bool CommandIdIsCurrentCommandId(CommandId cid); extern bool CommandIdGEScanCommandId(CommandId cid); extern void CommandCounterIncrement(void); extern void InitializeTransactionSystem(void); -extern bool CurrentXactInProgress(void); extern void StartTransactionCommand(void); extern void CommitTransactionCommand(void); extern void AbortCurrentTransaction(void); |
