[PATCH] Add reverse(bytea) - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] Add reverse(bytea)
Date
Msg-id CAJ7c6TMe0QVRuNssUArbMi0bJJK32+zNA3at5m3osrBQ25MHuw@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Add reverse(bytea)
List pgsql-hackers
Hi,

The proposed patch adds reverse(bytea) function.

This allows converting between big-endian and little-endian binary
strings, which works nicely with previous commits [1] and [2].

[1]: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=760162fedb4f
[2]: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=6da469badaff

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Shubham Khanna
Date:
Subject: Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Next
From: Peter Smith
Date:
Subject: Re: Parallel heap vacuum