Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 06941da

Browse files
committed
Add possibility to generate only some files, by passing command-line
arguments.
1 parent b79e374 commit 06941da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2001-2009, PostgreSQL Global Development Group
44
#
5-
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.5 2009/01/01 17:23:51 momjian Exp $
5+
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.6 2009/02/10 16:36:55 petere Exp $
66
#
77
# Generate UTF-8 <--> character code conversion tables from
88
# map files provided by Unicode organization.
@@ -50,6 +50,7 @@
5050
);
5151

5252
@charsets = keys(filename);
53+
@charsets = @ARGV if scalar(@ARGV);
5354
foreach $charset (@charsets) {
5455

5556
#

0 commit comments

Comments
 (0)