pgsql: pg_upgrade: fix initialization of thread argument

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: fix initialization of thread argument
Дата
Msg-id E1V2AsR-0007Xj-Al@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade: fix initialization of thread argument
Reorder initialization of thread argument marker to it happens before
reap_child() is called.
Backpatch to 9.3.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b48f1dc2d35279b0814d60c24e488df2c295bb85

Modified Files
--------------
contrib/pg_upgrade/parallel.c |   72 ++++++++++++++++++++---------------------
1 file changed, 36 insertions(+), 36 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: fix initialization of thread argument
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL