]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch: Fix warnings about declaration of environ on MinGW
authorAndres Freund <andres@anarazel.de>
Tue, 4 Nov 2025 18:24:59 +0000 (13:24 -0500)
committerAndres Freund <andres@anarazel.de>
Tue, 4 Nov 2025 18:24:59 +0000 (13:24 -0500)
commitd7aeb03d2418f3c01b125218f62af41ffad1aacf
tree6647f4fd5c305212fc97752433a255163a8fe8aa
parent9c742c3943c404e59f42e6de6247a5678d901340
Backpatch: Fix warnings about declaration of environ on MinGW

Backpatch commit 7bc9a8bdd2d to 13-17. The motivation for backpatching is that
we want to update CI to Debian Trixie. Trixie contains a newer mingw
installation, which would trigger the warning addressed by 7bc9a8bdd2d. The
risk of backpatching seems fairly low, given that it did not cause issues in
the branches the commit is already present.

While CI is not present in 13-14, it seems better to be consistent across
branches.

Author: Thomas Munro <tmunro@postgresql.org>
Discussion: https://postgr.es/m/o5yadhhmyjo53svzwvaocww6zkrp63i4f32cw3treuh46pxtza@hyqio5b2tkt6
Backpatch-through: 13
src/backend/postmaster/postmaster.c
src/backend/utils/misc/ps_status.c
src/test/regress/regress.c