Skip to content

Commit 832c4f6

Browse files
committed
Remove obsolete comment.
Per suggestion from Peter, the comment was not helpful, so remove it rather than fixing it. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/d9421b21-e759-4b74-a039-c487b469c1f3@eisentraut.org
1 parent 6572bd5 commit 832c4f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/utils/adt/pg_locale.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,9 +2519,6 @@ pg_strnxfrm_prefix(char *dest, size_t destsize, const char *src,
25192519
/*
25202520
* Return required encoding ID for the given locale, or -1 if any encoding is
25212521
* valid for the locale.
2522-
*
2523-
* The only supported locale for the builtin provider is "C", and it's
2524-
* available for any encoding.
25252522
*/
25262523
int
25272524
builtin_locale_encoding(const char *locale)
@@ -2543,9 +2540,6 @@ builtin_locale_encoding(const char *locale)
25432540
/*
25442541
* Validate the locale and encoding combination, and return the canonical form
25452542
* of the locale name.
2546-
*
2547-
* The only supported locale for the builtin provider is "C", and it's
2548-
* available for any encoding.
25492543
*/
25502544
const char *
25512545
builtin_validate_locale(int encoding, const char *locale)

0 commit comments

Comments
 (0)