mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Windows portability fix.
Per buildfarm.
This commit is contained in:
		@@ -44,6 +44,9 @@ typedef int64 zic_t;
 | 
				
			|||||||
#define MKDIR_UMASK 0755
 | 
					#define MKDIR_UMASK 0755
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef S_ISLNK
 | 
				
			||||||
 | 
					#define S_ISLNK(m) 0
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct rule
 | 
					struct rule
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user