Hao Wu

Results 17 issues of Hao Wu

### Greenplum version or build GPDB master, python3 ### Description In some python code, the function wants to get the message of the `Exception`, but the Exception object doesn't have...

area: management utilities
version: 7X_ALPHA
Priority 2

Hi developer, When I use pyroute2, I hit the following error, not sure if it's caused by pyroute2. Here is the call stack. ``` ====================================================================== ERROR: test suite for ----------------------------------------------------------------------...

When we enable pg_auto_failover for an existing postgres cluster, the pg_hba.conf on standby hasn't the following 2 rules compared with that of the primary. ``` host(ssl) all "pgautofailover_monitor" _host_ trust...

Version: 1.4.0 If we inject a network corruption between the primary and secondary, the monitor doesn't update the nodes' state. So, the primary still tries to synchronize its WAL records...

Hi, hackers, I'm a database(postgresql variant) developer and we're considering to port pg_auto_failover for our database. The `group_id` is defined to be a keyword for a long time, which conflicts...

enhancement
good first issue

The dependent submodule [injectorpp](https://github.com/mazong1123/injectorpp.git ) is not accessible now.

`pipe` is pre-declared as a function in system library. But, the source code in pipe.c re-define this symbol as a new type. It should be fine normally. But this behavior...

fix #567 --- ### Why are the changes needed? orca produces wrong plan for some queries. ### Does this PR introduce any user-facing change? No ### How was this patch...

### Cloudberry Database version main ### What happened orca produce wrong plan: the inner plan should be redistributed before join. ### What you think should happen instead orca produce wrong...

type: Bug
priority: High

### Cloudberry Database version cloudberrydb main branch ### What happened ```diff diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /code/gpdb_src/src/test/regress/expected/gporca_optimizer.out /code/gpdb_src/src/test/regress/results/gporca.out --- /code/gpdb_src/src/test/regress/expected/gporca_optimizer.out 2024-07-30 10:21:47.981978848 +0000 +++ /code/gpdb_src/src/test/regress/results/gporca.out 2024-07-30 10:21:48.318971743...

type: Bug