Naisila Puka
Naisila Puka
Hi @CamiloHerreraDR This seems to be a mistake on my part. Let me look further into both these issues which I might have incorrectly marked as duplicates, I will update...
Fixed by #6059
For reference Relation with OID 17223 is a table created and dropped in the parallel run test `columnar_query`, and referenced in `columnar.stripe`'s `storage_id` column.
If we vacuum full the tables in `columnar_query` test the issue doesn't seem to persist. I will open a draft PR for this now.
Closing this issue as it is a duplicate of https://github.com/citusdata/citus/issues/5423
@CamiloHerreraDR https://citus-public.slack.com/archives/C0XRHT1KJ/p1661159747312929?thread_ts=1660357302.427559&cid=C0XRHT1KJ As @gledis69 also asked on Slack, could you please share the result of the following query on your setup? ```SQL SELECT * FROM pg_dist_partition WHERE logicalrelid IN ('users_admin.cards_permissions'::regclass,...
**Note:** this PR had earlier done very similar changes to the latest commits in the main branch. I have dropped those commits and force pushed since they were now redundant....
HammerDB results with 2 worker nodes, each 16vCPU: * 52129 NOPM, PG14.5, [main branch](https://github.com/citusdata/citus) * 51161 NOPM, PG15beta3, [conn_av_fail branch](https://github.com/citusdata/citus/tree/conn_av_fail)
Another way to repro: ```SQL -- for less log remote commands SET citus.shard_count TO 2; -- create a new user for testing CREATE USER test; -- create a source table...
If we try to wrap the security definer view with a security invoker view, we still get the same error, i.e. we don't escape anything. Check out the following example:...