pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths
Date: 2014-08-20 17:04:47
Message-ID: E1XK9JX-0004tZ-Ic@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-08-20 20:49:08 pgsql: Fix core dump in jsonb #> operator, and add regression test case
Previous Message Heikki Linnakangas 2014-08-20 09:14:47 pgsql: Use comma+space as the separator in the default search_path.