On Sun, Feb 26, 2017 at 5:56 PM, Robert Haas <robertmh...@gmail.com> wrote: > On Sat, Feb 25, 2017 at 7:28 PM, Michael Paquier > <michael.paqu...@gmail.com> wrote: >> - pg_basebackup -R generates recovery.conf.auto. > > Does anything cause that file to get read? > > Wouldn't it be better to just append to postgresql.conf.auto?
Yeah, that would be cleaner than having the backend look for an extra hardcoded path. Looking at pg_basebackup.c, actually it would not be difficult to append data to an existing file: look for the file in the tar stream, and when it is here save its content for later and bypass it. Once the tar stream is written, just use the data saved previously and append the parameters at the end of it. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers