pgsql: Disable abbreviated keys on Windows.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable abbreviated keys on Windows.
Date: 2015-01-21 01:34:59
Message-ID: E1YDkCB-0003MH-7G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable abbreviated keys on Windows.

Most of the Windows buildfarm members (bowerbird, hamerkop, currawong,
jacana, brolga) are unhappy with yesterday's abbreviated keys patch,
although there are some (narwhal, frogmouth) that seem OK with it.
Since there's no obvious pattern to explain why some are working and
others are failing, just disable this across-the-board on Windows for
now. This is a bit unfortunate since the optimization will be a big
win in some cases, but we can't leave the buildfarm broken.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1be4eb1b2d436d1375899c74e4c74486890d8777

Modified Files
--------------
src/backend/utils/adt/varlena.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-01-21 02:22:04 pgsql: Improve documentation of random() function.
Previous Message Bruce Momjian 2015-01-20 18:03:16 pgsql: tools/ccsym: update for modern versions of gcc