mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: Fix type description of io_workers GUC for consistency.
The documentation previously described the type of the io_workers GUC parameter as "int". However, the documentation consistently uses "integer" for parameters of this type. This commit updates the type description of io_workers to "integer" for consistency with other GUC parameter descriptions. Author: Fujii Masao <masao.fujii@gmail.com> Discussion: https://postgr.es/m/e95c899a-2aeb-45b7-8fd3-7a27dcdb475b@oss.nttdata.com
This commit is contained in:
		@@ -2788,7 +2788,7 @@ include_dir 'conf.d'
 | 
				
			|||||||
      </varlistentry>
 | 
					      </varlistentry>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <varlistentry id="guc-io-workers" xreflabel="io_workers">
 | 
					      <varlistentry id="guc-io-workers" xreflabel="io_workers">
 | 
				
			||||||
       <term><varname>io_workers</varname> (<type>int</type>)
 | 
					       <term><varname>io_workers</varname> (<type>integer</type>)
 | 
				
			||||||
       <indexterm>
 | 
					       <indexterm>
 | 
				
			||||||
        <primary><varname>io_workers</varname> configuration parameter</primary>
 | 
					        <primary><varname>io_workers</varname> configuration parameter</primary>
 | 
				
			||||||
       </indexterm>
 | 
					       </indexterm>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user