Re: [PATCH] Move user options to the end of the command in pg_upgrade - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Move user options to the end of the command in pg_upgrade
Date
Msg-id 21135.1568127960@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Move user options to the end of the command in pg_upgrade  (Patrik Novotny <panovotn@redhat.com>)
Responses Re: [PATCH] Move user options to the end of the command in pg_upgrade
List pgsql-hackers
Patrik Novotny <panovotn@redhat.com> writes:
> thanks for you reply. You're right, and I apologise for the confusion.
> Options I was talking about are specified via the `--old-options`
> parameter of the pg_upgrade (ex.: --old-options '-c
> unix_socket_directories=/run')
> Mentioning of the environment variable came only from my own
> confusion. I also attached the mentioned patch.

Ah, now I see what you're on about.  I agree that this is a good
change ... and we probably should add a comment reminding people
to keep the user options at the end, because somebody[1] broke this
through add-at-the-end syndrome.

            regards, tom lane

[1] ... me, in fact



pgsql-hackers by date:

Previous
From: Patrik Novotny
Date:
Subject: Re: [PATCH] Move user options to the end of the command in pg_upgrade
Next
From: Alvaro Herrera from 2ndQuadrant
Date:
Subject: Re: Libpq support to connect to standby server as priority