mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-03 09:59:53 +02:00
Include catalog/catalog.h for pre PG 11
This commit is contained in:
parent
2f3ebb499b
commit
720897880a
@ -10,8 +10,10 @@
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#if PG_VERSION_NUM < 110000
|
||||
#include "catalog/catalog.h"
|
||||
#endif
|
||||
#include "catalog/pg_tablespace.h"
|
||||
#include "common/relpath.h"
|
||||
#include "pgtar.h"
|
||||
#include "receivelog.h"
|
||||
#include "streamutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user