1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

syncrep.h must include xlogdefs.h

This commit is contained in:
Alvaro Herrera
2012-08-28 09:46:08 -04:00
parent 53c0ccc8d5
commit 3ca1d62080

View File

@ -13,6 +13,7 @@
#ifndef _SYNCREP_H
#define _SYNCREP_H
#include "access/xlogdefs.h"
#include "utils/guc.h"
#define SyncRepRequested() \