diff options
| author | Peter Eisentraut | 2000-08-27 19:00:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-08-27 19:00:41 +0000 |
| commit | 79abd73eee470d52690ca398906074f2be84c05b (patch) | |
| tree | a3b701f25e9253c31df901fabe02c49065e449ac /src/include/tcop | |
| parent | bfdd6a716dc2ea03587c41dd9cd8ece39a654a8d (diff) | |
Remove configure tests for `signed', `volatile', and signal handler args;
the harm potential outweighs the possible benefits.
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/tcopprot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index cde0f5655a9..2a45461dff9 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.31 2000/06/28 03:33:28 tgl Exp $ + * $Id: tcopprot.h,v 1.32 2000/08/27 19:00:41 petere Exp $ * * OLD COMMENTS * This file was created so that other c files could get the two @@ -41,8 +41,8 @@ extern void pg_exec_query_dest(char *query_string, #endif /* BOOTSTRAP_INCLUDE */ -extern void handle_warn(SIGNAL_ARGS); -extern void die(SIGNAL_ARGS); +extern void handle_warn(int signum); +extern void die(int signum); extern void CancelQuery(void); extern int PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]); |
