pgsql: Revert "Speed up tail processing when hashing aligned C strings"

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Speed up tail processing when hashing aligned C strings"
Date: 2024-03-31 07:20:55
Message-ID: E1rqpUt-006dao-If@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Speed up tail processing when hashing aligned C strings"

This reverts commit 07f0f6abfc7f6c55cede528d9689dedecefc734a.

This has shown failures on both Valgrind and big-endian machines,
per members skink and pike.

Branch
------
master

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

Modified Files
--------------
src/include/common/hashfn_unstable.h | 44 ++++++++----------------------------
1 file changed, 10 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-04-01 06:25:49 pgsql: Add new COPY option LOG_VERBOSITY.
Previous Message John Naylor 2024-03-31 06:05:05 Re: pgsql: Speed up tail processing when hashing aligned C strings