Hao Wu

Results 37 comments of Hao Wu

It's used to validate control version numbers. The server-side code and pg_rewind/pg_resetwal/pg_checksums can only use the control data file that is matched to its compiled version number. So, we can't...

It was an unsupported type in `linterp_abscissa()`. The error is expected. I'll close this issue. Nothing needs to do.

@liyxbeijing Could you provide the full step on repro? including creating table.

I found that passwordcheck is already enabled in cloudberry. Neither repo of them enables 'auth_delay'.

Hi @reshke , thank you for your interesting on CBDB. CBDB forked GPDB at early 2022(gp7 alpha or beta). GPDB had many commits since that time. We know the value...

A minimal repro is: ```sql create table t1(a int, b int not null); create table t2(like t1); insert into t1 select 1, i from generate_series(1,3)i; insert into t2 select 1,...

> what's scenario need ? Concurrently INSERT/DELETE/UPDATE tuples in a table is considered safe in heap/AO/CO. But it's not always true. For some implementations, concurrently write that is unsafe requires...

The PR is mandatory if pax_storage uses manifest file, i.e. `USE_MANIFEST_API=ON USE_PAX_CATALOG=OFF`, or concurrent write will corrupt the internal metadata of pax tables.

nice catch. I'll fix it in https://github.com/cloudberrydb/cloudberrydb/pull/695