On Wed, Mar 10, 2021 at 9:49 PM Thomas Munro <[email protected]> wrote: > On Wed, Mar 10, 2021 at 9:38 PM Thomas Munro <[email protected]> wrote: > > On Wed, Mar 10, 2021 at 8:51 PM Thomas Munro <[email protected]> wrote: > > >... I'm now contemplating what's up with hoverfly (some AIX header > > > problem)... > > > > Pushed something for the other two failures seen, but for this one I'm > > temporarily stumped. We managed to compile all kinds of stuff that > > surely includes the modified header, and then we get to plpython and > > we show an error that implies that HAVE_CLOCK_GETTIME is defined and > > that we included <time.h>, and yet the compiler has never heard of > > clock_gettime(). It's like someone clobbered someone's include > > guards, or something of that level of murkiness. Thinking. > > Hrrmph. src/pl/plpython/plpython.h's use of #undef _POSIX_C_SOURCE > looks a bit suspicious.
Fix pushed.
