Skip to content

Commit 2b03cfe

Browse files
committed
Fix pgindent damage
Oversight in commit a95ff1f
1 parent 4baff50 commit 2b03cfe

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+
* there are platforms where the use of abbreviated keys should be
1927+
* disabled at compile time. Having only 4 byte datums could make
1928+
* worst-case performance drastically more likely, for example.
1929+
* Moreover, macOS's strxfrm() implementation is known to not
1930+
* effectively concentrate a significant amount of entropy from the
1931+
* original string in earlier transformed blobs. It's possible that
1932+
* other supported platforms are similarly encumbered. So, if we ever
1933+
* get past disabling this categorically, we may still want or need to
1934+
* disable it for particular platforms.
19351935
*/
19361936
if (!pg_strxfrm_enabled(locale))
19371937
abbreviate = false;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy