Fix PostgreSQL pool size setting for pgBouncer - #681
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (15 files)
The new
No security, runtime, or logic issues identified in the changed lines. Reviewed by glm-5.2 · Input: 32.2K · Output: 4.4K · Cached: 304.2K |
|
Thanks for this — the pgBouncer case is real and the clamp/parse logic is clean. Tracking the plugin-side follow-up here so it's on record: I've opened tabularis-postgresql-plugin#61 to port this capability to the extracted PostgreSQL driver plugin (the repo that's meant to replace this built-in Two things worth flagging from the plugin's perspective: 1. Pre-existing latent parity gap in the same code path. The plugin's 2. The host already passes settings to external plugins, but the plugin currently discards them — its One minor note on i18n: Neither point blocks this PR — just recording the downstream impact and the plan to mirror it. |
|
Plugin-side follow-up is ready and waiting on this PR. Opened tabularis-postgresql-plugin#63 to port this capability to the extracted PostgreSQL driver plugin. It's complete, parity-verified against this PR, and CI-green — ready to ship once this lands. What it does, mirroring this PR:
Verification on the plugin side: 133/133 unit tests (including the 4 cases from this PR ported verbatim, plus edge cases and 3 |
Summary
Validation
Refs #71