Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5744f1

Browse files
committed
Update comment
Update a comment that assumed that libc collations don't supportversioning. Also improve an adjacent error message a bit.
1 parent400fc6b commitf5744f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/utils/adt/pg_locale.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,11 +1609,11 @@ pg_newlocale_from_collation(Oid collid)
16091609
{
16101610
/*
16111611
* This could happen when specifying a version in CREATE
1612-
* COLLATIONfor a libc locale, or manually creating a mess in
1613-
* the catalogs.
1612+
* COLLATIONbut the provider does not support versioning, or
1613+
*manually creating a mess inthe catalogs.
16141614
*/
16151615
ereport(ERROR,
1616-
(errmsg("collation \"%s\" has no actual version, but a version wasspecified",
1616+
(errmsg("collation \"%s\" has no actual version, but a version wasrecorded",
16171617
NameStr(collform->collname))));
16181618
}
16191619

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp