Re: PATCH: add "--config-file=" option to pg_rewind - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: PATCH: add "--config-file=" option to pg_rewind
Date
Msg-id CAJ7c6TMVqtzdB+xX2CJOtPcbsBz_3ryhpR3LL7Oa5DwXxEwMUQ@mail.gmail.com
Whole thread Raw
In response to PATCH: add "--config-file=" option to pg_rewind  ("Gunnar \"Nick\" Bluth" <gunnar.bluth@pro-open.de>)
Responses Re: PATCH: add "--config-file=" option to pg_rewind  (Alexander Kukushkin <cyberdemn@gmail.com>)
List pgsql-hackers
Hi Gunnar,

> During a Patroni PR discussion
> (https://github.com/zalando/patroni/pull/2225), we realised that if one
> wants to use the "-c" option on a typical Debian/Ubuntu installation
> (where the config resides below /etc/postgresql/), pg_rewind needs a way
> to be told where the postgresql.conf actually is.
>
> The attached patch implements this as an option.
>
> [...]

Good catch!

Could you also implement a TAP test for the new code?

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Support logical replication of DDLs
Next
From: Aleksander Alekseev
Date:
Subject: Re: Proposal: Support custom authentication methods using hooks