pgsql: Fix hardcoded typeof check result for Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix hardcoded typeof check result for Windows
Date: 2017-03-29 12:56:06
Message-ID: E1ctD8w-0000cV-Jv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix hardcoded typeof check result for Windows

The test result that I had blindly stipulated didn't work out on the
build farm, so disable the feature in Windows MSVC for now.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3582b223d494cd505c6a22da98bcb49f99196645

Modified Files
--------------
src/include/pg_config.h.win32 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-29 14:49:20 pgsql: Plug race in dsa_attach.
Previous Message Masahiko Sawada 2017-03-29 06:31:32 Re: pgsql: Allow vacuums to report oldestxmin