pgsql: Improve error reporting from validate_exec().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve error reporting from validate_exec().
Дата
Msg-id E1oBLhe-002Tmx-63@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve error reporting from validate_exec().

validate_exec() didn't guarantee to set errno to something appropriate
after a failure, leading to callers not being able to print an on-point
message.  Improve that.

Noted by Kyotaro Horiguchi, though this isn't exactly his proposal.

Discussion: https://postgr.es/m/20220615.131403.1791191615590453058.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/920072339f304a7da0b5de966117420c96ad78cb

Modified Files
--------------
src/bin/pg_upgrade/exec.c | 11 ++---------
src/common/exec.c         | 16 ++++++++++++++--
2 files changed, 16 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove trailing newlines in pg_upgrade's message strings.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Invent qsort_interruptible().