Re: PATCH: add "--config-file=" option to pg_rewind
Gunnar "Nick" Bluth <gunnar.bluth@pro-open.de>
From: "Gunnar \"Nick\" Bluth" <gunnar.bluth@pro-open.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: Daniel Gustafsson <daniel@yesql.se>,
Alexander Kukushkin <cyberdemn@gmail.com>,
Aleksander Alekseev <aleksander@timescale.com>,
"pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>,
x4mmm@yandex-team.ru, kondratovaleksey@gmail.com
Date: 2022-03-01T11:35:27Z
Lists: pgsql-hackers
Attachments
- add_configfile_to_pg_rewind_v5.patch (text/x-patch) patch v5
Am 01.03.22 um 05:18 schrieb Michael Paquier: > On Mon, Feb 28, 2022 at 08:48:23PM +0100, Gunnar "Nick" Bluth wrote: >> So, how should we call the global "find the ***** 'postgres' executable and >> boil out if that fails" function? >> char postgres_exec_path[MAXPGPATH] = findPostgresExec(); >> ? > > That would mean only a couple of lines gained, and the readability > gained is minimal, so I'd be fine to keep the code as-is. I am not > sure about the full patch set yet, but the refactoring of the commands > to use PQExpBuffer is good by itself, so I have extracted this part of > the patch and applied that for now. Which made the remaining patch v5 (which also appends the --config-file for ensureCleanShutdown) much cleaner :) Cheers, -- Gunnar "Nick" Bluth Eimermacherweg 106 D-48159 Münster Mobil +49 172 8853339 Email: gunnar.bluth@pro-open.de __________________________________________________________________________ "Ceterum censeo SystemD esse delendam" - Cato
Commits
-
Add option --config-file to pg_rewind
- 0d5c387573be 15.0 landed
-
Rework internal command generation of pg_rewind
- a33e17f21054 15.0 landed