mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Change #include's to use <> and "" as appropriate.
This commit is contained in:
		| @@ -6,15 +6,15 @@ | ||||
|  * | ||||
|  * Copyright (c) 1994, Regents of the University of California | ||||
|  * | ||||
|  * $Id: itemptr.h,v 1.11 1999/05/25 16:14:42 momjian Exp $ | ||||
|  * $Id: itemptr.h,v 1.12 1999/07/15 23:04:11 momjian Exp $ | ||||
|  * | ||||
|  *------------------------------------------------------------------------- | ||||
|  */ | ||||
| #ifndef ITEMPTR_H | ||||
| #define ITEMPTR_H | ||||
|  | ||||
| #include <storage/off.h> | ||||
| #include <storage/block.h> | ||||
| #include "storage/off.h" | ||||
| #include "storage/block.h" | ||||
|  | ||||
| /* | ||||
|  * ItemPointer: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user