pgsql: Remove use of byte-masking macros in record_image_cmp - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove use of byte-masking macros in record_image_cmp
Date
Msg-id E1eeikh-0005Ig-AS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove use of byte-masking macros in record_image_cmp

These were introduced in 4cbb646334b3b998a29abef0d57608d42097e6c9, but
after further analysis and testing, they should not be necessary and
probably weren't the part of that commit that fixed anything.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b5e33f667a2042d7022da8bef31a8be5937aad1

Modified Files
--------------
src/backend/utils/adt/rowtypes.c | 65 ++--------------------------------------
1 file changed, 3 insertions(+), 62 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow spaces in connection strings in SSL tests
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update documentation to mention huge pages on other OSes