File tree 2 files changed +20
-9
lines changed
2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * Encoding names and routines for work with it. All
3
- * in this file is shared between FE and BE.
1
+ /*-------------------------------------------------------------------------
2
+ *
3
+ * encnames.c
4
+ * Encoding names and routines for working with them.
5
+ *
6
+ * Portions Copyright (c) 2001-2020, PostgreSQL Global Development Group
7
+ *
8
+ * IDENTIFICATION
9
+ * src/common/encnames.c
4
10
*
5
- * src/backend/utils/mb/encnames.c
11
+ *-------------------------------------------------------------------------
6
12
*/
7
13
#ifdef FRONTEND
8
14
#include "postgres_fe.h"
Original file line number Diff line number Diff line change 1
- /*
2
- * conversion functions between pg_wchar and multibyte streams.
3
- * Tatsuo Ishii
4
- * src/backend/utils/mb/wchar.c
1
+ /*-------------------------------------------------------------------------
2
+ *
3
+ * wchar.c
4
+ * Functions for working with multibyte characters in various encodings.
5
+ *
6
+ * Portions Copyright (c) 1998-2020, PostgreSQL Global Development Group
7
+ *
8
+ * IDENTIFICATION
9
+ * src/common/wchar.c
5
10
*
11
+ *-------------------------------------------------------------------------
6
12
*/
7
- /* can be used in either frontend or backend */
8
13
#ifdef FRONTEND
9
14
#include "postgres_fe.h"
10
15
#else
You can’t perform that action at this time.
0 commit comments