pgsql: Remove use of byte-masking macros in record_image_cmp

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove use of byte-masking macros in record_image_cmp
Дата
Msg-id E1eeikh-0005Ig-AS@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Allow spaces in connection strings in SSL tests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update documentation to mention huge pages on other OSes