mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Massive commit to run PGINDENT on all *.c and *.h files.
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* async.h--
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: async.h,v 1.5 1997/08/19 21:38:03 momjian Exp $
|
||||
* $Id: async.h,v 1.6 1997/09/07 04:57:19 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef ASYNC_H
|
||||
#define ASYNC_H
|
||||
#ifndef ASYNC_H
|
||||
#define ASYNC_H
|
||||
|
||||
#include <nodes/memnodes.h>
|
||||
|
||||
extern void Async_NotifyHandler(SIGNAL_ARGS);
|
||||
extern void Async_Notify(char *relname);
|
||||
extern void Async_NotifyAtCommit(void);
|
||||
extern void Async_NotifyAtAbort(void);
|
||||
extern void Async_Listen(char *relname, int pid);
|
||||
extern void Async_NotifyHandler(SIGNAL_ARGS);
|
||||
extern void Async_Notify(char *relname);
|
||||
extern void Async_NotifyAtCommit(void);
|
||||
extern void Async_NotifyAtAbort(void);
|
||||
extern void Async_Listen(char *relname, int pid);
|
||||
|
||||
extern GlobalMemory notifyContext;
|
||||
|
||||
#endif /* ASYNC_H */
|
||||
#endif /* ASYNC_H */
|
||||
|
Reference in New Issue
Block a user