pgsql: Const-ify a few more large static tables. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Const-ify a few more large static tables.
Date
Msg-id E1gCrYu-0007Ss-MI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Const-ify a few more large static tables.

Per research by Andres.

Discussion: https://postgr.es/m/20181015200754.7y7zfuzsoux2c4ya@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/48d818ede15b3e43546e8d49dc19a3021bc773cf

Modified Files
--------------
src/backend/utils/adt/datetime.c                     |  4 ++--
.../mb/conversion_procs/euc_jp_and_sjis/sjis.map     |  2 +-
src/interfaces/ecpg/pgtypeslib/dt.h                  |  2 +-
src/interfaces/ecpg/pgtypeslib/dt_common.c           | 20 ++++++++++----------
4 files changed, 14 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix minor bug in isolationtester.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve some comments related to executor result relations.