mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Split walsender.h in public/private headers
This dramatically cuts short the number of headers the public one brings into whatever includes it.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "nodes/makefuncs.h"
|
||||
#include "nodes/replnodes.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "replication/walsender_private.h"
|
||||
|
||||
|
||||
/* Result of the parsing is returned here */
|
||||
|
Reference in New Issue
Block a user