Remove use of byte-masking macros in record_image_cmp
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 23 Jan 2018 15:55:40 +0000 (10:55 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 25 Jan 2018 14:41:19 +0000 (09:41 -0500)
commit0b5e33f667a2042d7022da8bef31a8be5937aad1
tree10a9c9f7e31f7fa67623cd0add9c2ddbeb590e26
parent4a3fdbdf766d80b21271e32da865801ab005d786
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>
src/backend/utils/adt/rowtypes.c