citus/src/backend/distributed/metadata
Nils Dijk 7b51f3eee2
Fix: rebalance stop non super user (#6334)
No need for description, fixing issue introduced with new feature for
11.1

Fixes #6333 

Due to Postgres' C api being o-indexed and postgres' attributes being
1-indexed, we were reading the wrong Datum as the Task owner when
cancelling. Here we add a test to show the error and fix the off-by-one
error.
2022-09-13 23:20:06 +02:00
..
dependency.c Support Sequences owned by columns before distributing tables 2022-08-18 10:29:40 +02:00
distobject.c refactor code where GetObjectAddressFromParseTree is called because it returns list of addresses now 2022-07-19 18:13:12 +03:00
metadata_cache.c Implement infrastructure to run sql jobs in the background (#6296) 2022-09-09 16:11:19 +03:00
metadata_sync.c Add non-blocking variant of create_distributed_table (#6087) 2022-08-30 15:35:40 +03:00
metadata_utility.c Fix: rebalance stop non super user (#6334) 2022-09-13 23:20:06 +02:00
node_metadata.c Use RelationGetPrimaryKeyIndex for citus catalog tables (#6262) 2022-09-01 11:56:31 +03:00
pg_get_object_address_13_14_15.c Uses object name in cannot distribute object error (#6186) 2022-08-18 11:05:17 +03:00