mirror of https://github.com/citusdata/citus.git
New macros: standard_ProcessUtility_compat, ProcessUtility_compat, ColumnarProcessUtility_compat, PrevProcessUtilityHook_compat The functions now have a new bool parameter: readOnlyTree These new macros give us the ability to use this new parameter for PG14 and it doesn't give the parameter for previous versions In multi_ProcessUtility and ColumnarProcessUtility, before doing anything else, we check if readOnlyTree parameter is true and create a copy of pstmt Existing readOnlyTree parameters are set to false since we already handle the read only case at multi_ProcessUtility and ColumnarProcessUtility Relevant PG commit: 7c337b6b527b7052e6a751f966d5734c56f668b5 |
||
---|---|---|
.. | ||
columnar.h | ||
columnar_compression.h | ||
columnar_customscan.h | ||
columnar_metadata.h | ||
columnar_storage.h | ||
columnar_tableam.h | ||
columnar_version_compat.h | ||
mod.h |