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

Commit168a809

Browse files
committed
Re-enable abbreviated keys on Windows.
Commit1be4eb1 disabled this, but Ithink the real problem here was fixed by commitb181a91 and commitd060e07. So let's try re-enablingit now and see what happens.
1 parent599d00a commit168a809

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-
#ifdefWIN32
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)

[8]ページ先頭

©2009-2025 Movatter.jp