pgsql: Fix non-specific error message.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix non-specific error message.
Дата
Msg-id E1oMCfJ-000JEP-BF@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: struct PQWalReceiverFunctions: use designated initializers
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Back-Patch "Add wait_for_subscription_sync for TAP tests."