diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 09:46:08 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 10:03:37 -0400 |
commit | 3ca1d62080a9e148b71a2aaa4ee1d210ce92ad68 (patch) | |
tree | 8e59e6efd91f599e20af6899083b16d7c313c0d1 | |
parent | 53c0ccc8d520ce1a65bc81edbef78223d8222124 (diff) | |
download | postgresql-3ca1d62080a9e148b71a2aaa4ee1d210ce92ad68.tar.gz postgresql-3ca1d62080a9e148b71a2aaa4ee1d210ce92ad68.zip |
syncrep.h must include xlogdefs.h
-rw-r--r-- | src/include/replication/syncrep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index 74820cbbb46..56356216000 100644 --- a/src/include/replication/syncrep.h +++ b/src/include/replication/syncrep.h @@ -13,6 +13,7 @@ #ifndef _SYNCREP_H #define _SYNCREP_H +#include "access/xlogdefs.h" #include "utils/guc.h" #define SyncRepRequested() \ |