Doc: InitPlans aren't parallel-restricted any more.
authorTom Lane
Thu, 26 Sep 2024 14:37:51 +0000 (10:37 -0400)
committerTom Lane
Thu, 26 Sep 2024 14:37:51 +0000 (10:37 -0400)
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

index 590cb385ddfcf44b8b7be18b24513b272dfa8136..cdd4ce258eb2ab2bc52f3d8419228acbf9678157 100644 (file)
@@ -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.