mirror of https://github.com/citusdata/citus.git
With PG13 heap_* (heap_open, heap_close etc) are replaced with table_* (table_open, table_close etc). It is better to use the new table access methods in the codebase and define the macros for the previous versions as we can easily remove the macro without having to change the codebase when we drop the support for the old version. Commits that introduced this change on Postgres: f25968c49697db673f6cd2a07b3f7626779f1827 e0c4ec07284db817e1f8d9adfb3fffc952252db0 4b21acf522d751ba5b6679df391d5121b6c4a35f Command to see relevant commits on Postgres side: git log --all --grep="heap_open" |
||
---|---|---|
.. | ||
task_tracker_protocol.c | ||
worker_create_or_replace.c | ||
worker_data_fetch_protocol.c | ||
worker_drop_protocol.c | ||
worker_file_access_protocol.c | ||
worker_merge_protocol.c | ||
worker_partition_protocol.c | ||
worker_shard_visibility.c | ||
worker_sql_task_protocol.c | ||
worker_truncate_trigger_protocol.c |