mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +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"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
|
#if PG_VERSION_NUM < 110000
|
||||||
|
#include "catalog/catalog.h"
|
||||||
|
#endif
|
||||||
#include "catalog/pg_tablespace.h"
|
#include "catalog/pg_tablespace.h"
|
||||||
#include "common/relpath.h"
|
|
||||||
#include "pgtar.h"
|
#include "pgtar.h"
|
||||||
#include "receivelog.h"
|
#include "receivelog.h"
|
||||||
#include "streamutil.h"
|
#include "streamutil.h"
|
||||||
|
@ -10,8 +10,10 @@
|
|||||||
|
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
|
#if PG_VERSION_NUM < 110000
|
||||||
|
#include "catalog/catalog.h"
|
||||||
|
#endif
|
||||||
#include "catalog/pg_tablespace.h"
|
#include "catalog/pg_tablespace.h"
|
||||||
#include "common/relpath.h"
|
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user