Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a433f22

Browse files
committed
Fix args to match prototype.
1 parent f29e020 commit a433f22

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/backend/commands/async.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.1.1.1 1996/07/09 06:21:19 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.2 1996/10/05 20:30:31 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -133,11 +133,7 @@ static void ClearPendingNotify(void);
133133
* none
134134
*/
135135
void
136-
#if defined(PORTNAME_linux)
137-
Async_NotifyHandler(int i)
138-
#else
139-
Async_NotifyHandler()
140-
#endif
136+
Async_NotifyHandler(SIGNAL_ARGS)
141137
{
142138
extern TransactionState CurrentTransactionState;
143139

0 commit comments

Comments
 (0)