Hao Wu
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...
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...
The dependent submodule [injectorpp](https://github.com/mazong1123/injectorpp.git ) is not accessible now.
What kind of input type does plcontainer support? Like: ``` CREATE FUNCTION pylog100(i integer) RETURNS double precision AS $$ # container: plc_python_shared import math return math.log10(i) $$ LANGUAGE plcontainer; ```...
`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...