citus/src/backend/distributed/metadata
Halil Ozan Akgul 4f8780118c Introduces getObjectTypeDescription_compat and getObjectIdentity_compat macros
getObjectTypeDescription and getObjectIdentity functions now have a new bool missing_ok parameter
These new macros give us the ability to use this new parameter for PG14 and they don't give the parameter for previous versions
Currently all missing_ok parameters are set to false to keep current behavior

Relevant PG commit:
2a10fdc4307a667883f7a3369cb93a721ade9680
2021-08-25 16:18:31 +03:00
..
dependency.c fix shared dependencies that are not resident in a database (#4992) 2021-05-20 08:55:02 -07:00
distobject.c Introduces getObjectTypeDescription_compat and getObjectIdentity_compat macros 2021-08-25 16:18:31 +03:00
metadata_cache.c Use current user to sync metadata 2021-07-16 13:25:27 +02:00
metadata_sync.c Synchronize hasmetadata flag on mx workers (#5086) 2021-08-12 14:16:18 +03:00
metadata_utility.c Acquire AccessShareLock before updating table statistics (#5155) 2021-08-12 13:58:15 +03:00
node_metadata.c Synchronize hasmetadata flag on mx workers (#5086) 2021-08-12 14:16:18 +03:00