diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/miscadmin.h | 4 | ||||
| -rw-r--r-- | src/include/storage/proc.h | 3 |
2 files changed, 4 insertions, 3 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 diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 59098912d67..23e657c7918 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.28 2000/01/26 05:58:33 momjian Exp $ + * $Id: proc.h,v 1.29 2000/02/22 09:55:26 inoue Exp $ * *------------------------------------------------------------------------- */ @@ -130,5 +130,6 @@ extern int ProcLockWakeup(PROC_QUEUE *queue, LOCKMETHOD lockmethod, LOCK *lock); extern void ProcAddLock(SHM_QUEUE *elem); extern void ProcReleaseSpins(PROC *proc); +extern void LockWaitCancel(void); #endif /* PROC_H */ |
