pgsql: Update header comments for wchar.c and encnames.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update header comments for wchar.c and encnames.c.
Date: 2020-01-16 20:59:15
Message-ID: E1isCEV-0004BP-J7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-01-16 23:08:30 pgsql: Rationalize code placement between wchar.c, encnames.c, and mbut
Previous Message Robert Haas 2020-01-16 17:13:01 pgsql: Fix problems with "read only query" checks, and refactor the cod