You've already forked pg_probackup
							
							
				mirror of
				https://github.com/postgrespro/pg_probackup.git
				synced 2025-10-31 00:17:52 +02:00 
			
		
		
		
	[PBCKP-375] Prepared for moving RelFileNode to RelFileLocator in the PG16.
This commit is contained in:
		
				
					committed by
					
						 Yura Sokolov
						Yura Sokolov
					
				
			
			
				
	
			
			
			
						parent
						
							3bc0fc4b81
						
					
				
				
					commit
					15c304ad6c
				
			| @@ -9,7 +9,12 @@ | ||||
| #ifndef DATAPAGEMAP_H | ||||
| #define DATAPAGEMAP_H | ||||
|  | ||||
| #if PG_VERSION_NUM < 160000 | ||||
| #include "storage/relfilenode.h" | ||||
| #else | ||||
| #include "storage/relfilelocator.h" | ||||
| #define RelFileNode RelFileLocator | ||||
| #endif | ||||
| #include "storage/block.h" | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user