Commit e04088e
committed
fix: improve OpenGauss detection to correctly disable UNLISTEN
The previous detection logic was insufficient for standard OpenGauss environments (e.g., A-compatibility or default modes) as it relied on keys like 'sql_mode' which may not exist.
Changes:
1. Updated `_detect_server_capabilities` to identify GaussDB/OpenGauss using the core parameter `session_respool`.1 parent 3ead609 commit e04088e
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2647 | 2647 | | |
2648 | 2648 | | |
2649 | 2649 | | |
2650 | | - | |
2651 | | - | |
2652 | 2650 | | |
2653 | 2651 | | |
2654 | 2652 | | |
| |||
0 commit comments