diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-12 15:24:29 -0300 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-09-13 21:42:49 -0300 |
| commit | 86822df9b5d5fe16d2528c7fc9428137414faa4f (patch) | |
| tree | 7362461cb762433886a364717e42c22941bb51c0 /src/backend/replication/basebackup.c | |
| parent | 6693c9a5ed3ac9c07160039742dde8aa67e96ecf (diff) | |
| download | postgresql-86822df9b5d5fe16d2528c7fc9428137414faa4f.tar.gz | |
Split walsender.h in public/private headers
This dramatically cuts short the number of headers the public one brings
into whatever includes it.
Diffstat (limited to 'src/backend/replication/basebackup.c')
| -rw-r--r-- | src/backend/replication/basebackup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c index 785b9998ff..4841095d17 100644 --- a/src/backend/replication/basebackup.c +++ b/src/backend/replication/basebackup.c @@ -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" |
