`Scan` method is not resilliant to columns being dropped out from under a running program
Closed this issue · 0 comments
ethanpailes commented
We need to be able to gracefully handle column drops by gracefully detecting them in the generated Scan
methods and adjusting our colIdxTabFor
tables on the fly.
This bug contributed to the first production outage related to pggen
😢 .