postgresql/src/include/postmaster/walwriter.h
Bruce Momjian bd61a623ac Update copyrights for 2013
Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.
2013-01-01 17:15:01 -05:00

20 lines
513 B
C

/*-------------------------------------------------------------------------
*
* walwriter.h
* Exports from postmaster/walwriter.c.
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
*
* src/include/postmaster/walwriter.h
*
*-------------------------------------------------------------------------
*/
#ifndef _WALWRITER_H
#define _WALWRITER_H
/* GUC options */
extern int WalWriterDelay;
extern void WalWriterMain(void) __attribute__((noreturn));
#endif /* _WALWRITER_H */