Re: plpython vs _POSIX_C_SOURCE
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>, Noah Misch <noah@leadboat.com>
Cc: pgsql-hackers@postgresql.org, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Andrew Dunstan <andrew@dunslane.net>
Date: 2023-01-25T04:28:35Z
Lists: pgsql-hackers
Attachments
Hi, On 2023-01-24 18:32:46 -0800, Andres Freund wrote: > > I ran out of energy to test on aix with xlc, I spent way more time on this > > than I have already. I'll pick it up later. > > Building in the background now. Also passes. Thus I think getting rid of the #undefines is the best plan going forward. Fewer complicated rules to follow => fewer rule violations. Patches attached. Greetings, Andres Freund
Commits
-
plpython: Avoid the need to redefine *printf macros
- 23c12329a755 16.0 landed
-
plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
- 642e8821d713 16.0 landed