From a60c9e33e96a8f3694d94143d65ec6ee1fb3414b Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Mon, 21 Feb 2000 02:42:37 +0000 Subject: fix the TODO * Allow PQrequestCancel() to terminate when in waiting-for-lock state Changes are limited to BACKEND,however. --- src/include/miscadmin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/miscadmin.h') 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 -- cgit v1.2.3