8000 fix for < Pg12 · postgrespro/pg_probackup@b240b90 · GitHub
[go: up one dir, main page]

Skip to content

Commit b240b90

Browse files
committed
fix for < Pg12
1 parent d3babee commit b240b90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backup.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#if PG_VERSION_NUM < 110000
1414
#include "catalog/catalog.h"
1515
#endif
16+
#if PG_VERSION_NUM < 120000
17+
#include "access/transam.h"
18+
#endif
1619 43DC
#include "catalog/pg_tablespace.h"
1720
#include "pgtar.h"
1821
#include "streamutil.h"

0 commit comments

Comments
 (0)
0