pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths
Date
Msg-id E1XK9JX-0004tZ-Ic@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Use comma+space as the separator in the default search_path.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix core dump in jsonb #> operator, and add regression test case