Re: pg_upgrade tests running calling psql without --no-psqlrc

Поиск
Список
Период
Сортировка
Искать

Re: pg_upgrade tests running calling psql without --no-psqlrc

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:

pg_upgrade tests running calling psql without --no-psqlrc

От:
Michael Paquier <michael.paquier@gmail.com>
Дата:
Hi all,

Since commit d5563d7d, -c does not imply any more --no-psqlrc hence
the tests of pg_upgrade may run with a custom psqlrc file loaded. I
think that we had better add -X to avoid that, like in the patch
attached.
Thoughts?
-- 
Michael

Re: pg_upgrade tests running calling psql without --no-psqlrc

От:
Pavel Stehule <pavel.stehule@gmail.com>
Дата:


2015-12-28 14:21 GMT+01:00 Michael Paquier <michael.paquier@gmail.com>:
Hi all,

Since commit d5563d7d, -c does not imply any more --no-psqlrc hence
the tests of pg_upgrade may run with a custom psqlrc file loaded. I
think that we had better add -X to avoid that, like in the patch
attached.
Thoughts?

+1

Pavel
 
--
Michael


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


FAQ