File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 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
410 *
5- * src/backend/utils/mb/encnames.c
11+ *-------------------------------------------------------------------------
612 */
713#ifdef FRONTEND
814#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
510 *
11+ *-------------------------------------------------------------------------
612 */
7- /* can be used in either frontend or backend */
813#ifdef FRONTEND
914#include "postgres_fe.h"
1015#else
You can’t perform that action at this time.
0 commit comments