pgsql: Fix output of Unicode normalization test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix output of Unicode normalization test
Date: 2019-12-11 07:43:24
Message-ID: E1iewea-0006Pe-Jv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix output of Unicode normalization test

Several off-by-more-than-one errors caused the output in case of a
test failure to be truncated and unintelligible.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/6a7a8516-7d11-8fbd-0e8b-eadb4f0679eb%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b802412106e82ccf1aef36a4984e321082c122cb

Modified Files
--------------
src/common/unicode/norm_test.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dor Ben Dov 2019-12-11 08:05:42 PostgreSQL HA & FO
Previous Message Michael Paquier 2019-12-11 01:05:56 pgsql: Fix some compiler warnings with timestamp parsing in formatting.