mirror of https://github.com/postgres/postgres
Fix args to match prototype.
This commit is contained in:
parent
f29e02017a
commit
a433f22c24
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* 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);
|
|||
* none
|
||||
*/
|
||||
void
|
||||
#if defined(PORTNAME_linux)
|
||||
Async_NotifyHandler(int i)
|
||||
#else
|
||||
Async_NotifyHandler()
|
||||
#endif
|
||||
Async_NotifyHandler(SIGNAL_ARGS)
|
||||
{
|
||||
extern TransactionState CurrentTransactionState;
|
||||
|
||||
|
|
Loading…
Reference in New Issue