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

Commit2b03cfe

Browse files
committed
Fix pgindent damage
Oversight in commita95ff1f
1 parent4baff50 commit2b03cfe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,16 +1922,16 @@ varstr_sortsupport(SortSupport ssup, Oid typid, Oid collid)
19221922
* Unfortunately, it seems that abbreviation for non-C collations is
19231923
* broken on many common platforms; see pg_strxfrm_enabled().
19241924
*
1925-
* Even apart from the risk of broken locales, it's possible that there
1926-
* are platforms where the use of abbreviated keys should be disabled at
1927-
* compile time. Having only 4 byte datums could make worst-case
1928-
* performance drastically more likely, for example. Moreover, macOS's
1929-
* strxfrm() implementation is known to not effectively concentrate a
1930-
* significant amount of entropy from the original string in earlier
1931-
* transformed blobs. It's possible that other supported platforms are
1932-
* similarly encumbered. So, if we ever get past disabling this
1933-
* categorically, we may still want or need to disable it for particular
1934-
* platforms.
1925+
* Even apart from the risk of broken locales, it's possible that
1926+
*thereare platforms where the use of abbreviated keys should be
1927+
*disabled atcompile time. Having only 4 byte datums could make
1928+
*worst-caseperformance drastically more likely, for example.
1929+
*Moreover, macOS'sstrxfrm() implementation is known to not
1930+
*effectively concentrate asignificant amount of entropy from the
1931+
*original string in earliertransformed blobs. It's possible that
1932+
*other supported platforms aresimilarly encumbered. So, if we ever
1933+
*get past disabling thiscategorically, we may still want or need to
1934+
*disable it for particularplatforms.
19351935
*/
19361936
if (!pg_strxfrm_enabled(locale))
19371937
abbreviate= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp