From 7be511a767cf41f808ee77911bec0f341d04c5fc Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 4 Apr 2018 11:20:53 +0300 Subject: 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. --- src/include/pg_config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index f7ac5658cc4..aa569c52594 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -850,13 +850,13 @@ /* Use replacement snprintf() functions. */ #undef USE_REPL_SNPRINTF -/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ +/* Define to 1 to use software CRC-32C implementation (slicing-by-8). */ #undef USE_SLICING_BY_8_CRC32C /* Define to 1 use Intel SSE 4.2 CRC instructions. */ #undef USE_SSE42_CRC32C -/* Define to 1 to use Intel SSSE 4.2 CRC instructions with a runtime check. */ +/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ #undef USE_SSE42_CRC32C_WITH_RUNTIME_CHECK /* Define to build with systemd support. (--with-systemd) */ -- cgit v1.2.3