Re: pgsql: Fix configure's snprintf test so it exposes HP-UX bug.

2018-08-24 Thread Tom Lane
Andres Freund writes: > On 2018-08-17 14:38:41 +, Tom Lane wrote: >> Fix configure's snprintf test so it exposes HP-UX bug. > Afaictl this does not seem to have done the trick, gharial is still red? Yeah :-(. If I had access to that machine, I'd attempt to fix it. I've not been able to get

Re: pgsql: Fix configure's snprintf test so it exposes HP-UX bug.

2018-08-23 Thread Andres Freund
On 2018-08-17 14:38:41 +, Tom Lane wrote: > Fix configure's snprintf test so it exposes HP-UX bug. > > Since commit e1d19c902, buildfarm member gharial has been failing with > symptoms indicating that snprintf sometimes returns -1 for buffer > overrun, even though it passes the added configure

pgsql: Fix configure's snprintf test so it exposes HP-UX bug.

2018-08-17 Thread Tom Lane
Fix configure's snprintf test so it exposes HP-UX bug. Since commit e1d19c902, buildfarm member gharial has been failing with symptoms indicating that snprintf sometimes returns -1 for buffer overrun, even though it passes the added configure check. Some google research suggests that this happens