mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fix args to match prototype.
This commit is contained in:
parent
f29e02017a
commit
a433f22c24
@ -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);
|
|||||||
* 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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user