Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac8e9 commit 62cc75cCopy full SHA for 62cc75c
src/backend/commands/view.c
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $Id: view.c,v 1.49 2000/09/29 18:21:26 tgl Exp $
+ * $Id: view.c,v 1.50 2000/10/26 17:04:12 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -25,6 +25,10 @@
25
#include "rewrite/rewriteManip.h"
26
#include "rewrite/rewriteRemove.h"
27
28
+#ifdef MULTIBYTE
29
+#include "mb/pg_wchar.h"
30
+#endif
31
+
32
/*---------------------------------------------------------------------
33
* DefineVirtualRelation
34
0 commit comments