pgsql: Fixed misspelled byteswap function for big endian machines

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixed misspelled byteswap function for big endian machines
Date: 2024-01-19 06:28:38
Message-ID: E1rQiMo-0027BK-Sj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixed misspelled byteswap function for big endian machines

Per members lora and mamba

Branch
------
master

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

Modified Files
--------------
src/include/common/hashfn_unstable.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-01-19 13:35:27 pgsql: Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Previous Message John Naylor 2024-01-19 06:00:08 pgsql: Add optimized C string hashing