mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
syncrep.h must include xlogdefs.h
This commit is contained in:
parent
53c0ccc8d5
commit
3ca1d62080
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