mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -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 */ | /*							yyyymmddN */ | ||||||
| #define CATALOG_VERSION_NO	201806221 | #define CATALOG_VERSION_NO	201806231 | ||||||
| 
 | 
 | ||||||
| #endif | #endif | ||||||
|  | |||||||
| @ -10039,7 +10039,7 @@ | |||||||
|   prosrc => 'binary_upgrade_set_record_init_privs' }, |   prosrc => 'binary_upgrade_set_record_init_privs' }, | ||||||
| { oid => '4101', descr => 'for use by pg_upgrade', | { oid => '4101', descr => 'for use by pg_upgrade', | ||||||
|   proname => 'binary_upgrade_set_missing_value', provolatile => 'v', |   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' }, |   prosrc => 'binary_upgrade_set_missing_value' }, | ||||||
| 
 | 
 | ||||||
| # replication/origin.h | # replication/origin.h | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user