1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Fix recent breakage of query-cancel logic, see my pghackers message

of 6 Jan 2001 21:55.
This commit is contained in:
Tom Lane
2001-01-07 04:17:29 +00:00
parent 6781aa4707
commit cb7ce7d0e3
4 changed files with 76 additions and 47 deletions

View File

@ -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.75 2000/11/29 20:59:54 tgl Exp $
* $Id: miscadmin.h,v 1.76 2001/01/07 04:17:28 tgl Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -42,7 +42,7 @@ extern int PostmasterMain(int argc, char *argv[]);
*/
extern bool Noversion;
extern bool Quiet;
extern bool QueryCancel;
extern volatile bool QueryCancel;
extern char *DataDir;
extern int MyProcPid;