mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix minor comping errors
This commit is contained in:
		@@ -2,10 +2,11 @@
 | 
				
			|||||||
 * This file contains some public functions
 | 
					 * This file contains some public functions
 | 
				
			||||||
 * related to show/set/reset variable commands.
 | 
					 * related to show/set/reset variable commands.
 | 
				
			||||||
 * Tatsuo Ishii
 | 
					 * Tatsuo Ishii
 | 
				
			||||||
 * $Id: variable.c,v 1.5 1999/07/17 16:25:27 momjian Exp $
 | 
					 * $Id: variable.c,v 1.6 2000/01/18 13:44:48 ishii Exp $
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "postgres.h"
 | 
					#include "postgres.h"
 | 
				
			||||||
 | 
					#include "miscadmin.h"
 | 
				
			||||||
#include "mb/pg_wchar.h"
 | 
					#include "mb/pg_wchar.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool
 | 
					bool
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user