pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Date
Msg-id E1vL7c2-0003br-0N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Define PS_USE_CLOBBER_ARGV on GNU/Hurd.

This is a backpatch of 32b23664 to v14 and v15.

* Remove ancient test for __hurd__, which intended to activate
  PS_USE_CHANGE_ARGV in these branches but turned out not to be
  defined on modern systems.

* Add new test for__GNU__ to activate PS_USE_CLOBBER_ARGV, like the
  newer branches.

Author: Michael Banck <mbanck@debian.org>
Discussion: https://postgr.es/m/CA%2BhUKGJMNGUAqf27WbckYFrM-Mavy0RKJvocfJU%3DJ2XcAZyv%2Bw%40mail.gmail.com
Backpatch-through: 14-15

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/29a3e22f3568478ce0d887c63dc03c2bda9dfa53

Modified Files
--------------
src/backend/utils/misc/ps_status.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats.