Remove obsolete comment.
authorJeff Davis <[email protected]>
Tue, 7 May 2024 18:44:47 +0000 (11:44 -0700)
committerJeff Davis <[email protected]>
Tue, 7 May 2024 18:44:47 +0000 (11:44 -0700)
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

src/backend/utils/adt/pg_locale.c

index 377f5837a05ce36be719c25f413411a4e626d4f7..8d95b5d42ab59811e16509119e2b7ef9adefb8de 100644 (file)
@@ -2519,9 +2519,6 @@ pg_strnxfrm_prefix(char *dest, size_t destsize, const char *src,
 /*
  * Return required encoding ID for the given locale, or -1 if any encoding is
  * valid for the locale.
- *
- * The only supported locale for the builtin provider is "C", and it's
- * available for any encoding.
  */
 int
 builtin_locale_encoding(const char *locale)
@@ -2543,9 +2540,6 @@ builtin_locale_encoding(const char *locale)
 /*
  * Validate the locale and encoding combination, and return the canonical form
  * of the locale name.
- *
- * The only supported locale for the builtin provider is "C", and it's
- * available for any encoding.
  */
 const char *
 builtin_validate_locale(int encoding, const char *locale)