pgsql: Fix error message in pg_verify_checksums

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix error message in pg_verify_checksums
Дата
Msg-id E1h624n-0002GU-Cs@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error message in pg_verify_checksums

5864d24 has introduced a new error message, and I somewhat managed to
fail adapting the back-patched version correctly with the tool name.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/31eb62d55ed97f9879f0bc0df2ba5c03dd76b0a6

Modified Files
--------------
src/bin/pg_verify_checksums/pg_verify_checksums.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix memory leak in printtup.c.
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Implement OR REPLACE option for CREATE AGGREGATE.