mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	docs: Fix typo'd brin_summarize_new_values
I wrote "brin_summarize_new_pages" instead, in docs as well as in the
commit message of commit ac443d1034.
Bug: #14030
Reported-By: Chris Pacejo
			
			
This commit is contained in:
		@@ -74,7 +74,7 @@
 | 
				
			|||||||
   tuple; those tuples remain unsummarized until a summarization run is
 | 
					   tuple; those tuples remain unsummarized until a summarization run is
 | 
				
			||||||
   invoked later, creating initial summaries.
 | 
					   invoked later, creating initial summaries.
 | 
				
			||||||
   This process can be invoked manually using the
 | 
					   This process can be invoked manually using the
 | 
				
			||||||
   <function>brin_summarize_new_pages(regclass)</function> function,
 | 
					   <function>brin_summarize_new_values(regclass)</function> function,
 | 
				
			||||||
   or automatically when <command>VACUUM</command> processes the table.
 | 
					   or automatically when <command>VACUUM</command> processes the table.
 | 
				
			||||||
  </para>
 | 
					  </para>
 | 
				
			||||||
 </sect2>
 | 
					 </sect2>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user