pgsql: pg_dump: Remove query truncation in error messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Remove query truncation in error messages
Date: 2017-03-29 19:21:47
Message-ID: E1ctJAB-00086h-TP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Remove query truncation in error messages

Remove the behavior that a query mentioned in an error message would be
truncated to 128 characters. The queries that pg_dump runs are often
longer than that, and this behavior makes analyzing failures harder
unnecessarily.

Discussion: https://www.postgresql.org/message-id/flat/63201ef9-26fb-3f1f-664d-98531678cebc%402ndquadrant.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5baf869f74d369319042132ef8cc2d8d4f5b71ce

Modified Files
--------------
src/bin/pg_dump/pg_backup_db.c | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2017-03-29 20:29:33 pgsql: Implement SortSupport for macaddr data type
Previous Message Peter Eisentraut 2017-03-29 18:54:45 pgsql: Update copyright year in recently added files