Content-Length: 258972 | pFad | http://github.com/postgrespro/postgres/commit/927e1ee2cb74e3bc49454dfa181dcce83b70d371

94 UCS_to_most.pl: Process encodings in sorted order · postgrespro/postgres@927e1ee · GitHub
Skip to content

Commit 927e1ee

Browse files
committed
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.
1 parent bf54c0f commit 927e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/mb/Unicode/UCS_to_most.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'GBK' => 'CP936.TXT');
5151

5252
# make maps for all encodings if not specified
53-
my @charsets = (scalar(@ARGV) > 0) ? @ARGV : keys(%filename);
53+
my @charsets = (scalar(@ARGV) > 0) ? @ARGV : sort keys(%filename);
5454

5555
foreach my $charset (@charsets)
5656
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/927e1ee2cb74e3bc49454dfa181dcce83b70d371

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy