reshke
reshke
repro: ``` create table t1 (id character varying NOT NULL); CREATE INDEX t_i ON t1 USING btree (((id)::name)); set gp_autostats_on_change_threshold to 1; insert into t1 values ('1111112346'); ``` gp7 fails...
There is a bug in gp_hyperloglog work with different typlen. It does not handle cstring type, which typlen is -2. I dont know how to create an ordinary table with...
The purpose of these patches is to allow non-superuser roles to managed disk qouta in greeplum cluster. This is helpfully for cloud providers which can serve managed greenplum solution. This...
to check these test https://github.com/pg-sharding/spqr/tree/master/test/xproto are working