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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Const-ify a few more large static tables.
Date: 2018-10-17 19:32:56
Message-ID: E1gCrYu-0007Ss-MI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-10-17 20:41:05 pgsql: Improve some comments related to executor result relations.
Previous Message Tom Lane 2018-10-17 19:07:06 pgsql: Fix minor bug in isolationtester.