pgsql: Re-enable abbreviated keys on Windows. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Re-enable abbreviated keys on Windows.
Date
Msg-id E1YFppM-0000XS-Ql@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Re-enable abbreviated keys on Windows.

Commit 1be4eb1b2d436d1375899c74e4c74486890d8777 disabled this, but I
think the real problem here was fixed by commit
b181a91981203f6ec9403115a2917bd3f9473707 and commit
d060e07fa919e0eb681e2fa2cfbe63d6c40eb2cf.  So let's try re-enabling
it now and see what happens.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/168a809d4b8adb7cfd6c0f14116493c3f7bc24b7

Modified Files
--------------
src/backend/utils/adt/varlena.c |    6 ------
1 file changed, 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix volatile-safety issue in pltcl_SPI_execute_plan().
Next
From: Tom Lane
Date:
Subject: pgsql: Fix volatile-safety issue in dblink's materializeQueryResult().