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-0003rK-Oi@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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a3c64ed6ce0da2d18e56179cac8bd752cf79f4b7

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