I wrote: > Andres Freund <and...@anarazel.de> writes: >> .data 0000000000001180 datetktbl ./src/interfaces/ecpg/pgtypeslib/dt_common.o >> .data 0000000000000c28 ibmkanji >> ./src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.o >> .data 00000000000003f0 deltatktbl >> ./src/interfaces/ecpg/pgtypeslib/dt_common.o
> Hmm. I think these can just be marked const, will investigate. I pushed fixes for these, but curiously, the ibmkanji change did not make any difference to section sizes --- AFAICT, my toolchain already figured out that it could treat that table as const. The dt_common.c changes are a win though. regards, tom lane