pgsql: Update header comments for wchar.c and encnames.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update header comments for wchar.c and encnames.c.
Date
Msg-id E1isCEV-0004BP-J7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d4cb5d6c180e38ebf84f6403cfa18c09d0b738e

Modified Files
--------------
src/common/encnames.c | 14 ++++++++++----
src/common/wchar.c    | 15 ++++++++++-----
2 files changed, 20 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix problems with "read only query" checks, and refactor the cod
Next
From: Tom Lane
Date:
Subject: pgsql: Rationalize code placement between wchar.c, encnames.c, and mbut