diff options
| author | Bruce Momjian | 1998-05-19 18:05:58 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-05-19 18:05:58 +0000 |
| commit | 07140ee024d666ccead4959816ac749e9ca1a0a8 (patch) | |
| tree | 6b36d4e308732b67c6b66d2988b9758cfb5e302e /src/include/tcop | |
| parent | ef567413d2f7a75c31b79a48c79ff628fec3e5fa (diff) | |
Allow cancel from client of backend query. Change some int variables
to bool's.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/tcopprot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 0e2706f05d..dbd9fdba74 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.11 1998/02/26 04:43:41 momjian Exp $ + * $Id: tcopprot.h,v 1.12 1998/05/19 18:05:58 momjian Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -34,6 +34,7 @@ pg_exec_query_dest(char *query_string, char **argv, Oid *typev, extern void handle_warn(SIGNAL_ARGS); extern void die(SIGNAL_ARGS); +extern void CancelQuery(void); extern int PostgresMain(int argc, char *argv[]); extern void ResetUsage(void); extern void ShowUsage(void); |
