pgsql: Fix incorrect description of USE_SLICING_BY_8_CRC32C.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect description of USE_SLICING_BY_8_CRC32C.
Date: 2018-04-04 08:30:40
Message-ID: E1f3doW-0003rN-P2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect description of USE_SLICING_BY_8_CRC32C.

And a typo in the description of USE_SSE42_CRC32C_WITH_RUNTIME_CHECK,
spotted by Daniel Gustafsson.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/127f489c2c7e9ff0e6cd5f990dab497ea3cf7e87

Modified Files
--------------
configure.in | 4 ++--
src/include/pg_config.h.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-04-04 08:35:18 pgsql: Also fix the descriptions in pg_config.h.win32.
Previous Message Anthony Bykov 2018-04-04 08:10:51 Re: pgsql: Transforms for jsonb to PL/Perl