From: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | shift_sjis_2004 related autority files are remaining |
Date: | 2017-04-07 05:59:45 |
Message-ID: | 20170407.145945.57830439.horiguchi.kyotaro@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi, I happned to notice that backend/utils/mb/Unicode directory
contains two encoding authority files, which I believe are not to
be there.
euc-jis-2004-std.txt
sjis-0213-2004-std.txt
And what is more astonishing, make distclean didn't its work.
| $ make distclean
| rm -f
The Makefile there is missing the defenition of TEXT.
# Sorry for the bogus patch by me..
The attached is the *first patch* that fixes distclean and adds
the two files into GENERICTEXTS.
=====
I don't attach the *second* patch since it's too large for the
trivality and can be made by the following steps.
$ cd src/backend/utils/mb/Unicode
$ git rm *.txt
$ git commit
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-distclean-of-src-backend-utils-mb-Unicode.patch | text/x-patch | 855 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Khandekar | 2017-04-07 06:14:39 | Re: Parallel Append implementation |
Previous Message | Ashutosh Bapat | 2017-04-07 05:48:15 | Re: No-op case in ExecEvalConvertRowtype |