Re: pg_upgrade failure on Windows Server

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_upgrade failure on Windows Server
Дата
Msg-id 20150312135056.GT3291@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_upgrade failure on Windows Server  (Asif Naeem <anaeem.it@gmail.com>)
Ответы Re: pg_upgrade failure on Windows Server  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
Asif Naeem wrote:
> Thank you Michael. Good suggestion, PFA updated patch, it don't have
> dependency on "progname" global variable any more and expecting this value
> as related function argument.

We have another copy of this in pg_ctl, which looks pretty much
identical except there's some additional stuff at the bottom.  Would it
make sense to add those additional "Job"-related things as a separate
routine, so that we can remove the duplicate copy of the "restricted
token" code, and have pg_ctl use get_restricted_process from src/common
instead?

There is a further copy of very similar stuff in pg_regress.c, but what
it does is slightly different; not sure how difficult it would be to
refactor that one too.

Is this a backpatchable bug fix, or are we considering this only for the
master branch?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Ruth Melendo"
Дата:
Сообщение: RE: [BUGS] Truncate cascade doesn´t work with BDR
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pg_upgrade failure on Windows Server