pgsql: Also fix the descriptions in pg_config.h.win32.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Also fix the descriptions in pg_config.h.win32.
Date: 2018-04-04 08:35:18
Message-ID: E1f3dt0-0003uy-NW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Also fix the descriptions in pg_config.h.win32.

I missed pg_config.h.win32 in the previous commit that fixed these in
pg_config.h.in.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8ed5249afff499d79bb9414a0340c495fccf53b1

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 Heikki Linnakangas 2018-04-04 09:23:16 pgsql: Use ARMv8 CRC instructions where available.
Previous Message Heikki Linnakangas 2018-04-04 08:30:40 pgsql: Fix incorrect description of USE_SLICING_BY_8_CRC32C.