mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
syncrep.h must include xlogdefs.h
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#ifndef _SYNCREP_H
|
||||
#define _SYNCREP_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "utils/guc.h"
|
||||
|
||||
#define SyncRepRequested() \
|
||||
|
Reference in New Issue
Block a user