pgsql: UCS_to_most.pl: Process encodings in sorted order

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: UCS_to_most.pl: Process encodings in sorted order
Date: 2017-10-19 10:01:33
Message-ID: E1e57dt-0001Nn-5t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

UCS_to_most.pl: Process encodings in sorted order

Otherwise the order depends on the Perl hash implementation, making it
cumbersome to scan the output when debugging.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/927e1ee2cb74e3bc49454dfa181dcce83b70d371

Modified Files
--------------
src/backend/utils/mb/Unicode/UCS_to_most.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-10-19 11:56:57 pgsql: Fix typo in release notes
Previous Message Peter Geoghegan 2017-10-18 21:52:41 Re: [COMMITTERS] pgsql: Fix traversal of half-frozen update chains