Cédric Villemain
Cédric Villemain
I am looking into adding support to this privilege in citus. Before stepping in, is it something which has already been evaluated ? Specifically I wonder about possible implication with...
The main point here is to allow faster builds and regression testing. So instead of building container image with pgaf source code included we build more specialized images without source...
While working on #7675 I found another bug: ``` CREATE TABLE test_ref_multiexpr ( id bigint primary key , col_int integer , col_bool bool , col_text text , col_timestamp timestamp );...
A customer reported a bug from development team affecting queries with `UPDATE SET (col2, col1, col3) = (.....)` The columns are reordered following their physical ordering in pg_attribute, leading to...
Issue reported to Data Bene support. See #7674 The fix looks good, at least it breaks nothing and the bug not visible. I am unsure to add all regressions tests...