| 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:03 |
| Message-ID: | E1vL7bn-0003bE-0Q@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_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/3995e4a9d8c6870aa3bc817c62a1b6678f3ad318
Modified Files
--------------
src/backend/utils/misc/ps_status.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2025-11-17 22:22:18 | pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
| Previous Message | Masahiko Sawada | 2025-11-17 21:23:23 | pgsql: Use streaming read I/O in BRIN vacuum scan. |