add missing define with old value

talha_pg14_support
Nils Dijk 2021-08-19 17:44:55 +02:00 committed by Sait Talha Nisanci
parent 56237aec11
commit 0274219215
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