Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d4cb5d

Browse files
committed
Update header comments for wchar.c and encnames.c.
Bring these into common style (including having proper copyrightnotices) and adjust their self-declaration of where they live.Discussion:https://postgr.es/m/CA+TgmoYO8oq-iy8E02rD8eX25T-9SmyxKWqqks5OMHxKvGXpXQ@mail.gmail.com
1 parente6afa89 commit3d4cb5d

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

‎src/common/encnames.c

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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
#ifdefFRONTEND
814
#include"postgres_fe.h"

‎src/common/wchar.c

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
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
#ifdefFRONTEND
914
#include"postgres_fe.h"
1015
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp