add missing define with old value

pg14_support_after_rebase
Nils Dijk 2021-08-19 17:44:55 +02:00 committed by Sait Talha Nisanci
parent d50b3d8f9d
commit 4694d8b759
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
((&ProcGlobal->allPgXact[(pgproc)->pgprocno])->vacuumFlags)
#define get_partition_parent_compat(a, b) get_partition_parent(a)
#define RelationGetPartitionDesc_compat(a, b) RelationGetPartitionDesc(a)
#define PQ_LARGE_MESSAGE_LIMIT 0
#endif
#if PG_VERSION_NUM >= PG_VERSION_13