1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-15 05:46:52 +03:00

Revert removal of signed, volatile, and signal handler arg type tests.

This commit is contained in:
Peter Eisentraut
2000-08-29 09:36:51 +00:00
parent dffd8cac3d
commit ef6164de1d
13 changed files with 377 additions and 231 deletions

View File

@@ -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.67 2000/08/27 19:00:24 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.68 2000/08/29 09:36:39 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -587,7 +587,7 @@ AtAbort_Notify()
*/
void
Async_NotifyHandler(int signum)
Async_NotifyHandler(SIGNAL_ARGS)
{
/*