| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
| Date: | 2025-11-17 22:22:18 |
| Message-ID: | E1vL7c2-0003br-0N@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)debian(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2025-11-17 23:56:04 | pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats. |
| Previous Message | Thomas Munro | 2025-11-17 22:22:03 | pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |