aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2025-04-03 09:18:04 +0200
committerPeter Eisentraut <peter@eisentraut.org>2025-04-03 09:20:25 +0200
commitbbf24fe2f19a426097c208c355e61e257cd76bac (patch)
tree9ac96aea5ea99756be212af936298d2d3736d7a2 /src
parent34f04aa6533b6f6f9894907cd29f5d52d9e0df92 (diff)
downloadpostgresql-bbf24fe2f19a426097c208c355e61e257cd76bac.tar.gz
postgresql-bbf24fe2f19a426097c208c355e61e257cd76bac.zip
Update code comment
Commit 4e7f62bc386 added a new input file to a script but didn't update the comment listing the input files.
Diffstat (limited to 'src')
-rw-r--r--src/common/unicode/generate-unicode_case_table.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unicode/generate-unicode_case_table.pl b/src/common/unicode/generate-unicode_case_table.pl
index c2adf1662a0..5d9ddd62803 100644
--- a/src/common/unicode/generate-unicode_case_table.pl
+++ b/src/common/unicode/generate-unicode_case_table.pl
@@ -3,7 +3,7 @@
# Generate Unicode character case mappings. Does not include tailoring
# or locale-specific mappings.
#
-# Input: SpecialCasing.txt UnicodeData.txt
+# Input: CaseFolding.txt SpecialCasing.txt UnicodeData.txt
# Output: unicode_case_table.h
#
# Copyright (c) 2000-2025, PostgreSQL Global Development Group