postgres
postgres copied to clipboard
This leads to garbage values for xmin and cmin and an ERROR for xmax and cmax. This is not an exhaustive list of operations for which we see this behavior:...
HI, there is some testing for zedstore, when i use concurrent insert into on conflict test, here is some buffer_content locks and qps=0; ``` postgres=# do language plpgsql $$ declare...
This is a thread for collecting cases where scanCols is wrongly computed for UPDATE. Case 1: ```sql drop table if exists t1; create table t1(a int, b int); insert into...
scanCols should only be computed once for the partition root and all child partitions should have their RTEs populated from the parent's RTE.