make pg_createsubscriber option names more consistent
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-07-31T07:02:16Z
Lists: pgsql-hackers
Attachments
- 0001-pg_createsubscriber-Rename-option-socket-directory-t.patch (text/plain) patch 0001
I propose to rename the pg_createsubscriber option --socket-directory to --socketdir. This would make it match the equivalent option in pg_upgrade. (It even has the same short option '-s'.) pg_createsubscriber and pg_upgrade have a lot of common terminology and a similar operating mode, so it would make sense to keep this consistent.
Commits
-
pg_createsubscriber: Rename option --socket-directory to --socketdir
- 83737ef89c69 17.0 landed
- c671e142bf4b 18.0 landed