diff options
author | Hiroshi Inoue | 2000-02-22 09:55:26 +0000 |
---|---|---|
committer | Hiroshi Inoue | 2000-02-22 09:55:26 +0000 |
commit | 5525297465185198d7a5db9273d5fab9e8a3faf1 (patch) | |
tree | 3935c7620c0b6b9d5146c528ad4a36130181812c /src/include/miscadmin.h | |
parent | 167dce89123a60a9a12a002148ba8c2ffd45d3da (diff) |
Change cancel while waiting-for-lock stuff.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index c80e7608333..4b9e0034545 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.52 2000/02/21 02:42:37 inoue Exp $ + * $Id: miscadmin.h,v 1.53 2000/02/22 09:55:20 inoue Exp $ * * NOTES * some of the information in this file will be moved to @@ -214,7 +214,7 @@ extern ProcessingMode Mode; extern void IgnoreSystemIndexes(bool mode); extern bool IsIgnoringSystemIndexes(void); extern bool IsCacheInitialized(void); -extern void SetLockWaiting(bool); +extern void SetWaitingForLock(bool); /* * "postmaster.pid" is a file containing postmaster's pid, being |