1
0
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:
Alvaro Herrera
2011-09-12 15:24:29 -03:00
parent 6693c9a5ed
commit 86822df9b5
6 changed files with 115 additions and 91 deletions

View File

@@ -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"