From e3a92ab0708aa8ac0c8466312cef316ea6d03c63 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 26 Sep 2024 10:37:51 -0400 Subject: [PATCH] Doc: InitPlans aren't parallel-restricted any more. Commit e08d74ca1 removed that restriction, but missed updating the documentation about it. Noted by Egor Rogov. Discussion: https://postgr.es/m/cdc8f87b-a378-4e22-6d29-40ae32dd97d1@postgrespro.ru --- doc/src/sgml/parallel.sgml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index 4b3df7c2f8..1ce9abf86f 100644 --- a/doc/src/sgml/parallel.sgml +++ b/doc/src/sgml/parallel.sgml @@ -510,12 +510,6 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%'; - - - Plan nodes to which an InitPlan is attached. - - - Plan nodes that reference a correlated SubPlan.