pgsql: Fix non-specific error message.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix non-specific error message.
Date: 2022-08-11 18:12:18
Message-ID: E1oMCfJ-000JEP-BF@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix non-specific error message.

"something has gone wrong" is not helpful. Make this elog()
consistent with the other one in the same function.

Discussion: http://postgr.es/m/CA+Tgmoa_AZ2jUWSA_noiqOqnxBaWDR+t3bHjSygZi6+wqDBCXQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34dffa0224bd34e0fa27b464f1821c9c43f07703

Modified Files
--------------
src/backend/postmaster/auxprocess.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-08-12 06:12:08 pgsql: Back-Patch "Add wait_for_subscription_sync for TAP tests."
Previous Message Alvaro Herrera 2022-08-11 10:07:31 pgsql: struct PQWalReceiverFunctions: use designated initializers