mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +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:
@@ -25,6 +25,7 @@
|
||||
#include "nodes/pg_list.h"
|
||||
#include "replication/basebackup.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "replication/walsender_private.h"
|
||||
#include "storage/fd.h"
|
||||
#include "storage/ipc.h"
|
||||
#include "utils/builtins.h"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
#include "miscadmin.h"
|
||||
#include "replication/syncrep.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "replication/walsender_private.h"
|
||||
#include "storage/pmsignal.h"
|
||||
#include "storage/proc.h"
|
||||
#include "tcop/tcopprot.h"
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
#include "replication/walprotocol.h"
|
||||
#include "replication/walreceiver.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "replication/walsender_private.h"
|
||||
#include "storage/fd.h"
|
||||
#include "storage/ipc.h"
|
||||
#include "storage/pmsignal.h"
|
||||
|
||||
Reference in New Issue
Block a user