mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	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
			
			
This commit is contained in:
		@@ -510,12 +510,6 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
 | 
				
			|||||||
      </para>
 | 
					      </para>
 | 
				
			||||||
    </listitem>
 | 
					    </listitem>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <listitem>
 | 
					 | 
				
			||||||
      <para>
 | 
					 | 
				
			||||||
        Plan nodes to which an <literal>InitPlan</literal> is attached.
 | 
					 | 
				
			||||||
      </para>
 | 
					 | 
				
			||||||
    </listitem>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <listitem>
 | 
					    <listitem>
 | 
				
			||||||
      <para>
 | 
					      <para>
 | 
				
			||||||
        Plan nodes that reference a correlated <literal>SubPlan</literal>.
 | 
					        Plan nodes that reference a correlated <literal>SubPlan</literal>.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user