pgsql: Fixed misspelled byteswap function for big endian machines - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Fixed misspelled byteswap function for big endian machines
Date
Msg-id E1rQiMo-0027BK-Sj@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Add optimized C string hashing
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Rename COPY option from SAVE_ERROR_TO to ON_ERROR