mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-30 00:04:49 -04:00 
			
		
		
		
	Mark binary_upgrade_set_missing_value as parallel_unsafe
per buildfarm. Bump catalog version again although in practice nobody is going to use this in a parallel query.
This commit is contained in:
		
							parent
							
								
									475be5e790
								
							
						
					
					
						commit
						123efbccea
					
				| @ -53,6 +53,6 @@ | ||||
|  */ | ||||
| 
 | ||||
| /*							yyyymmddN */ | ||||
| #define CATALOG_VERSION_NO	201806221 | ||||
| #define CATALOG_VERSION_NO	201806231 | ||||
| 
 | ||||
| #endif | ||||
|  | ||||
| @ -10039,7 +10039,7 @@ | ||||
|   prosrc => 'binary_upgrade_set_record_init_privs' }, | ||||
| { oid => '4101', descr => 'for use by pg_upgrade', | ||||
|   proname => 'binary_upgrade_set_missing_value', provolatile => 'v', | ||||
|   proparallel => 'r', prorettype => 'void', proargtypes => 'oid text text', | ||||
|   proparallel => 'u', prorettype => 'void', proargtypes => 'oid text text', | ||||
|   prosrc => 'binary_upgrade_set_missing_value' }, | ||||
| 
 | ||||
| # replication/origin.h | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user