pgsql: Fix non-specific error message. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix non-specific error message.
Date
Msg-id E1oMCfJ-000JEP-BF@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: struct PQWalReceiverFunctions: use designated initializers
Next
From: Amit Kapila
Date:
Subject: pgsql: Back-Patch "Add wait_for_subscription_sync for TAP tests."