Tony Wooster
Results
2
comments of
Tony Wooster
FYI, a monkey-patch fix for those using `pg-promise` and the `.stream` interface: ```javascript function pgpQueryStream(pgpDb, sql, params, initCb, opts) { const qs = new QueryStream(sql, params, opts) // FYI: If...
Bumping this. We recently saw this on PG 16 (actually AlloyDB, but basically the same). We're not sure if it was a `CREATE INDEX CONCURRENTLY` -- which failed to acquire...