pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths
Дата
Msg-id E1XK9JX-0004tZ-Ic@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  adjust logging to use QUERY_ALLOC lengths

Allows the logging to print the entire text of failed queries, rather
than a truncated version.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7567d94910c100a28a79122e86297cd7a4c90df6

Modified Files
--------------
contrib/pg_upgrade/server.c |   10 +++++-----
contrib/pg_upgrade/util.c   |    2 +-
2 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use comma+space as the separator in the default search_path.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix core dump in jsonb #> operator, and add regression test case