pgsql: Improve ThrowErrorData() comments for use with soft errors.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve ThrowErrorData() comments for use with soft errors.
Date: 2024-10-17 21:59:28
Message-ID: E1t1YWn-001I8X-3z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve ThrowErrorData() comments for use with soft errors.

Reviewed-by: Corey Huinker
Discussion: https://postgr.es/m/901ab7cf01957f92ea8b30b6feeb0eacfb7505fc.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eecd9138a0ef565366427a88866d0651530f7da4

Modified Files
--------------
src/backend/utils/error/elog.c | 15 +++++++++------
src/include/nodes/miscnodes.h | 7 ++++---
2 files changed, 13 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-10-18 04:50:52 pgsql: Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Previous Message Tom Lane 2024-10-17 19:28:39 pgsql: ecpg: fix more minor mishandling of bad input in preprocessor.