Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / postmaster / walwriter.h
blob50d6528ab3829f1750e9664735f29c0d22b342c1
1 /*-------------------------------------------------------------------------
3 * walwriter.h
4 * Exports from postmaster/walwriter.c.
6 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
8 * $PostgreSQL$
10 *-------------------------------------------------------------------------
12 #ifndef _WALWRITER_H
13 #define _WALWRITER_H
15 /* GUC options */
16 extern int WalWriterDelay;
18 extern void WalWriterMain(void);
20 #endif /* _WALWRITER_H */