On 12/01/2021 18:19, Andrey Borodin wrote:
12 янв. 2021 г., в 18:49, Heikki Linnakangas <hlinn...@iki.fi>
написал(а):
Fixed the docs accordingly, and ran pgindent. New patch version
attached.
Thanks! Looks good to me.
Pushed, thanks!
One more question: will bytea tests run correctly on
32bit\different-endian systems?
Good question. Somehow I thought we were printing esseantilly text
values as bytea. But they are Points, which consists of float8's. Since
I already pushed this, I'm going to just wait and see what the buildfarm
says, and fix if needed. I think the fix is going to be to just remove
the test for the bytea-variant, it doesn't seem that important to test.
- Heikki