mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Re-enable abbreviated keys on Windows.
Commit1be4eb1b2d
disabled this, but I think the real problem here was fixed by commitb181a91981
and commitd060e07fa9
. So let's try re-enabling it now and see what happens.
This commit is contained in:
@ -1817,13 +1817,7 @@ btsortsupport_worker(SortSupport ssup, Oid collid)
|
|||||||
* keys optimization may win, and if it doesn't, the "abort abbreviation"
|
* keys optimization may win, and if it doesn't, the "abort abbreviation"
|
||||||
* code may rescue us. So, for now, we don't disable this anywhere on the
|
* code may rescue us. So, for now, we don't disable this anywhere on the
|
||||||
* basis of performance.
|
* basis of performance.
|
||||||
*
|
|
||||||
* On Windows, however, strxfrm() seems to be unreliable on some machines,
|
|
||||||
* so we categorically disable this optimization there.
|
|
||||||
*/
|
*/
|
||||||
#ifdef WIN32
|
|
||||||
abbreviate = false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If we're using abbreviated keys, or if we're using a locale-aware
|
* If we're using abbreviated keys, or if we're using a locale-aware
|
||||||
|
Reference in New Issue
Block a user