mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
syncrep.h must include xlogdefs.h
This commit is contained in:
parent
a5727888d7
commit
095e6c5a7d
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#ifndef _SYNCREP_H
|
||||
#define _SYNCREP_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "utils/guc.h"
|
||||
|
||||
#define SyncRepRequested() \
|
||||
|
|
|
|||
Loading…
Reference in a new issue