diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index df3de38611b..c80e7608333 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.51 2000/02/18 09:29:06 inoue Exp $ + * $Id: miscadmin.h,v 1.52 2000/02/21 02:42:37 inoue Exp $ * * NOTES * some of the information in this file will be moved to @@ -214,6 +214,7 @@ extern ProcessingMode Mode; extern void IgnoreSystemIndexes(bool mode); extern bool IsIgnoringSystemIndexes(void); extern bool IsCacheInitialized(void); +extern void SetLockWaiting(bool); /* * "postmaster.pid" is a file containing postmaster's pid, being |