Re: psql: Add command to use extended query protocol

2023-09-14 Thread Tobias Bussmann
In one of my environments, this feature didn't work as expected. Digging into it, I found that it is incompatible with FETCH_COUNT being set. Sorry for not recognising this during the betas. Attached a simple patch with tests running the cursor declaration through PQexecParams instead of

Re: Collation version tracking for macOS

2022-06-09 Thread Tobias Bussmann
Am 08.06.2022 um 16:16 schrieb Tom Lane : > The proposed patch would result in a warning about every collation- > sensitive index during every macOS major version upgrade, ie about > once a year for most people. > We need something that has at least *some* connection to actual changes. In

Re: Collation version tracking for macOS

2022-06-09 Thread Tobias Bussmann
Thanks for picking this up! > How can I see evidence of this? I'm comparing Debian, FreeBSD and > macOS 12.4 and when I run "LC_COLLATE=en_US.UTF-8 sort > /usr/share/dict/words" I get upper and lower case mixed together on > the other OSes, but on the Mac the upper case comes first, which is my