aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-04 20:17:11 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-04 20:17:11 +0000
commitf8009e178605d986055d6d7fd9487a69e6d1dd1d (patch)
tree22bac80ef19127b5399ae6c3e3b25296ff538397 /src/include/commands/async.h
parent312b4dabfee8a490c5c8e8acf708e09a6a551b8c (diff)
downloadpostgresql-f8009e178605d986055d6d7fd9487a69e6d1dd1d.tar.gz
postgresql-f8009e178605d986055d6d7fd9487a69e6d1dd1d.zip
The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index c55cff2be8a..bb500942e38 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.1 1996/08/28 07:21:41 scrappy Exp $
+ * $Id: async.h,v 1.2 1996/10/04 20:16:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,11 +15,7 @@
#include "nodes/memnodes.h"
-#if defined(PORTNAME_linux)
-extern void Async_NotifyHandler(int);
-#else
-extern void Async_NotifyHandler(void);
-#endif
+extern void Async_NotifyHandler(SIGNAL_ARGS);
extern void Async_Notify(char *relname);
extern void Async_NotifyAtCommit(void);
extern void Async_NotifyAtAbort(void);