diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-08-27 19:00:41 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-08-27 19:00:41 +0000 |
commit | 79abd73eee470d52690ca398906074f2be84c05b (patch) | |
tree | a3b701f25e9253c31df901fabe02c49065e449ac /src/backend/commands/async.c | |
parent | bfdd6a716dc2ea03587c41dd9cd8ece39a654a8d (diff) | |
download | postgresql-79abd73eee470d52690ca398906074f2be84c05b.tar.gz postgresql-79abd73eee470d52690ca398906074f2be84c05b.zip |
Remove configure tests for `signed', `volatile', and signal handler args;
the harm potential outweighs the possible benefits.
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index 1b1d59f77e4..366d6ee4456 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.66 2000/07/08 03:04:12 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.67 2000/08/27 19:00:24 petere Exp $ * *------------------------------------------------------------------------- */ @@ -587,7 +587,7 @@ AtAbort_Notify() */ void -Async_NotifyHandler(SIGNAL_ARGS) +Async_NotifyHandler(int signum) { /* |