Skip to content

Commit 168a809

Browse files
committed
Re-enable abbreviated keys on Windows.
Commit 1be4eb1 disabled this, but I think the real problem here was fixed by commit b181a91 and commit d060e07. So let's try re-enabling it now and see what happens.
1 parent 599d00a commit 168a809

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/utils/adt/varlena.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,13 +1817,7 @@ btsortsupport_worker(SortSupport ssup, Oid collid)
18171817
* keys optimization may win, and if it doesn't, the "abort abbreviation"
18181818
* code may rescue us. So, for now, we don't disable this anywhere on the
18191819
* basis of performance.
1820-
*
1821-
* On Windows, however, strxfrm() seems to be unreliable on some machines,
1822-
* so we categorically disable this optimization there.
18231820
*/
1824-
#ifdef WIN32
1825-
abbreviate = false;
1826-
#endif
18271821

18281822
/*
18291823
* If we're using abbreviated keys, or if we're using a locale-aware

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