pgsql: Tighten check for --forkchild argument when spawning child proce

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Tighten check for --forkchild argument when spawning child proce
Дата
Msg-id E1sOzwc-0009yy-Cy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tighten check for --forkchild argument when spawning child process

Commit aafc05de1b removed all the other --fork* arguments. Altough
this is inconsequential, backpatch to v17 since this is new.

Author: Nathan Bossart
Discussion: https://www.postgresql.org/message-id/ZnCCEN0l3qWv-XpW@nathan

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1906b1e0ad96010f2ab07f96e36488e0dc058594

Modified Files
--------------
src/backend/main/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the testcase introduced in commit 81d20fbf7a.
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Remove is_index parameter from binary_upgrade_set_pg_class_oids(