pgsql: Backpatch: Fix warnings about declaration of environ on MinGW - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Backpatch: Fix warnings about declaration of environ on MinGW
Date
Msg-id E1vGLqM-00522z-2i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/50fbd0945c57d3eee005dbae966138016da1d525

Modified Files
--------------
src/backend/postmaster/postmaster.c | 2 ++
src/backend/utils/misc/ps_status.c  | 2 ++
src/test/regress/regress.c          | 2 ++
3 files changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Limit the size of TID lists during parallel GIN build
Next
From: Masahiko Sawada
Date:
Subject: pgsql: psql: Improve tab completion for COPY ... STDIN/STDOUT.