1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS

This commit is contained in:
Marc G. Fournier
1996-10-04 20:17:11 +00:00
parent 312b4dabfe
commit f8009e1786
4 changed files with 36 additions and 46 deletions

View File

@@ -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);