https://github.com/postgres/postgres
Revision 51da231597a9e414174cf621b219559e18269dc3 authored by Tom Lane on 06 June 2022, 15:26:57 UTC, committed by Tom Lane on 06 June 2022, 15:26:57 UTC
An error PGresult generated by libpq itself, such as a report of
connection loss, won't have broken-down error fields.
should_processing_continue() blithely assumed that
PG_DIAG_SEVERITY_NONLOCALIZED would always be present, and would
dump core if it wasn't.

Per grepping to see if 6d157e7cb's mistake was repeated elsewhere.
1 parent 6d157e7
Raw File
Tip revision: 51da231597a9e414174cf621b219559e18269dc3 authored by Tom Lane on 06 June 2022, 15:26:57 UTC
Don't fail on libpq-generated error reports in pg_amcheck.
Tip revision: 51da231
HISTORY
Release notes for all versions of PostgreSQL can be found on-line at
https://www.postgresql.org/docs/current/release.html

Distribution file sets include release notes for their version and preceding
versions.  Visit the file doc/src/sgml/html/release.html in an HTML browser.
back to top