citus/src
Önder Kalacı 98ca6ba6ca
Allow lock_shard_resources to be called by the users with privileges (#5441)
Before this commit, we required the user to be owner of the shard/table
in order to call lock_shard_resources.

However, that is too restrictive. We can have users with GRANTS
to the table who are not owners of the tables/shards.

With this commit, we allow such patterns.
2021-11-08 15:36:51 +01:00
..
backend Allow lock_shard_resources to be called by the users with privileges (#5441) 2021-11-08 15:36:51 +01:00
include Unify distributed execution logic for single replicated tables 2021-11-08 13:52:20 +01:00
test Allow lock_shard_resources to be called by the users with privileges (#5441) 2021-11-08 15:36:51 +01:00