We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29e020 commit a433f22Copy full SHA for a433f22
src/backend/commands/async.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -133,11 +133,7 @@ static void ClearPendingNotify(void);
133
* none
134
135
void
136
-#if defined(PORTNAME_linux)
137
-Async_NotifyHandler(int i)
138
-#else
139
-Async_NotifyHandler()
140
-#endif
+Async_NotifyHandler(SIGNAL_ARGS)
141
{
142
extern TransactionState CurrentTransactionState;
143
0 commit comments