From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: pg_createsubscriber: Rename option --remove to --clean |
Date: | 2025-06-25 08:59:49 |
Message-ID: | E1uULyv-003GEm-0M@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
pg_createsubscriber: Rename option --remove to --clean
After discussion, the name --remove was suboptimally chosen. --clean
has more precedent in other PostgreSQL tools.
Reviewed-by: Hayato Kuroda (Fujitsu) <kuroda(dot)hayato(at)fujitsu(dot)com>
Discussion: https://www.postgresql.org/message-id/84be7ff3-2763-4c0f-ac1e-ca9862077f41@eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/60dda7bbc45f30e2ba50ecf20dfb9d944a589a38
Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml | 59 +++++++++++-----------
src/bin/pg_basebackup/pg_createsubscriber.c | 34 ++++++-------
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl | 6 +--
3 files changed, 49 insertions(+), 50 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2025-06-25 09:00:38 | Re: pgsql: Introduce pg_shmem_allocations_numa view |
Previous Message | Peter Eisentraut | 2025-06-25 08:02:18 | pgsql: Restrict virtual columns to use built-in functions and types |