mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix minor comping errors
This commit is contained in:
parent
c80ba6a1b5
commit
716fb90bf6
1 changed files with 2 additions and 1 deletions
|
|
@ -2,10 +2,11 @@
|
|||
* This file contains some public functions
|
||||
* related to show/set/reset variable commands.
|
||||
* 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 "miscadmin.h"
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue