mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update header comments for wchar.c and encnames.c.
Bring these into common style (including having proper copyright notices) and adjust their self-declaration of where they live. Discussion: https://postgr.es/m/CA+TgmoYO8oq-iy8E02rD8eX25T-9SmyxKWqqks5OMHxKvGXpXQ@mail.gmail.com
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
/*
|
||||
* Encoding names and routines for work with it. All
|
||||
* in this file is shared between FE and BE.
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* src/backend/utils/mb/encnames.c
|
||||
* encnames.c
|
||||
* Encoding names and routines for working with them.
|
||||
*
|
||||
* Portions Copyright (c) 2001-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/common/encnames.c
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef FRONTEND
|
||||
#include "postgres_fe.h"
|
||||
|
Reference in New Issue
Block a user