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 91382c2 commit f54c02dCopy full SHA for f54c02d
src/backend/utils/mb/conv.c
@@ -6,13 +6,11 @@
6
* WIN1250 client encoding support contributed by Pavel Behal
7
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
8
*
9
- * $Id: conv.c,v 1.22 2001/02/10 02:31:27 tgl Exp $
+ * $Id: conv.c,v 1.23 2001/02/11 01:56:58 ishii Exp $
10
11
12
*/
13
-/* can be used in either frontend or backend */
14
-#include "postgres_fe.h"
15
-
+#include "postgres.h"
16
#include "mb/pg_wchar.h"
17
18
#ifdef UNICODE_CONVERSION
0 commit comments