Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ff9f85

Browse files
committed
Fix for multibyte support. Since some function declarations
moved to miscadmin.h, we have to include it now.
1 parent f565cf4 commit 8ff9f85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/fe-print.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* didn't really belong there.
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.30 2000/01/18 19:05:31 momjian Exp $
12+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.31 2000/01/19 01:33:16 ishii Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -36,6 +36,7 @@
3636
#endif
3737

3838
#ifdef MULTIBYTE
39+
#include "miscadmin.h"
3940
#include "mb/pg_wchar.h"
4041
#endif
4142

0 commit comments

Comments
 (0)