pgsql: pg_createsubscriber: Rename option --socket-directory to --socke

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_createsubscriber: Rename option --socket-directory to --socke
Date: 2024-08-01 10:31:34
Message-ID: E1sZT5q-002BaW-Kn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_createsubscriber: Rename option --socket-directory to --socketdir

For consistency with the equivalent option in pg_upgrade.

Reviewed-by: Hayato Kuroda <kuroda(dot)hayato(at)fujitsu(dot)com>
Reviewed-by: Euler Taveira <euler(at)eulerto(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/1ed82b9b-8e20-497d-a2f8-aebdd793d595%40eisentraut.org

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/83737ef89c69dcf61ecc40cc11aac80e78f46c5a

Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml | 2 +-
src/bin/pg_basebackup/pg_createsubscriber.c | 4 ++--
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl | 18 +++++++++---------
3 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-01 10:49:41 pgsql: Convert an extern variable to static
Previous Message Etsuro Fujita 2024-08-01 08:56:41 pgsql: Update comment in portal.h.