Commit a433f22c authored by Bruce Momjian's avatar Bruce Momjian

Fix args to match prototype.

parent f29e0201
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.1.1.1 1996/07/09 06:21:19 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.2 1996/10/05 20:30:31 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -133,11 +133,7 @@ static void ClearPendingNotify(void); ...@@ -133,11 +133,7 @@ static void ClearPendingNotify(void);
* none * none
*/ */
void void
#if defined(PORTNAME_linux) Async_NotifyHandler(SIGNAL_ARGS)
Async_NotifyHandler(int i)
#else
Async_NotifyHandler()
#endif
{ {
extern TransactionState CurrentTransactionState; extern TransactionState CurrentTransactionState;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment