pgsql: Adjust new TAP test to work on macOS.

2025-10-18 Thread Tom Lane
Adjust new TAP test to work on macOS. Seems Apple's version of "wc -l" puts spaces before the number. (I wonder why the cfbot didn't find this.) While here, make the failure case log what it got, to aid debugging future issues. Per buildfarm. Branch -- master Details --- https://git.po

Re: pgsql: Adjust new TAP test to work on macOS.

2025-10-18 Thread Andres Freund
On 2025-10-07 15:47:58 +, Tom Lane wrote: > Adjust new TAP test to work on macOS. > > Seems Apple's version of "wc -l" puts spaces before the number. > (I wonder why the cfbot didn't find this.) [15:04:43.968] 222/352 postgresql:psql / psql/030_pager

Re: pgsql: Adjust new TAP test to work on macOS.

2025-10-10 Thread Tom Lane
Andres Freund writes: > On 2025-10-07 15:47:58 +, Tom Lane wrote: >> (I wonder why the cfbot didn't find this.) > I guess we need IO::Pty on macos. But, oddly enouugh, we are installing > p5.34-io-tty, which I thought was the right package. Not sure what's going on. Nah, I realized what'd ha