Re: be-secure-gssapi.c and auth.c with setenv() not compatible on Windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-01T01:14:44Z
Lists: pgsql-hackers
On Mon, May 31, 2021 at 09:14:36AM +0900, Michael Paquier wrote: > I have been finally able to poke at that, resulting in the attached. > You are right that adding only the fallback implementation for > setenv() seems to be enough. I cannot get my environment to complain, > and the code compiles. Okay, applied this stuff to 12 and 13 to take care of the build failures with hamerkop. The ECPG tests should also turn back to green there. -- Michael
Commits
-
Add fallback implementation for setenv()
- 02037af3ff36 12.8 landed
- e2f21ff606da 13.4 landed
-
Use setenv() in preference to putenv().
- 7ca37fb0406b 14.0 cited