pgsql: Add make rules to download raw Unicode mapping files

Started by Peter Eisentrautover 9 years ago3 messageshackerscomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net
hackerscomitters

Add make rules to download raw Unicode mapping files

This serves as implicit documentation and is handy if someone wants to
tweak things. The rules are not part of a normal build, like this
entire directory.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3a47c704fb8d44ce675d73c6f4fd8dd8c1820c73

Modified Files
--------------
src/backend/utils/mb/Unicode/Makefile | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Michael Paquier
michael@paquier.xyz
In reply to: Peter Eisentraut (#1)
hackerscomitters
Re: [COMMITTERS] pgsql: Add make rules to download raw Unicode mapping files

On Wed, Nov 2, 2016 at 12:58 AM, Peter Eisentraut <peter_e@gmx.net> wrote:

Add make rules to download raw Unicode mapping files

This serves as implicit documentation and is handy if someone wants to
tweak things. The rules are not part of a normal build, like this
entire directory.

If the goal is to prevent to have those files in the code tree,
wouldn't it make sense as well to have a .gitignore with all those
files in it?
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Michael Paquier (#2)
hackerscomitters
Re: [COMMITTERS] pgsql: Add make rules to download raw Unicode mapping files

On 11/2/16 3:33 AM, Michael Paquier wrote:

On Wed, Nov 2, 2016 at 12:58 AM, Peter Eisentraut <peter_e@gmx.net> wrote:

Add make rules to download raw Unicode mapping files

This serves as implicit documentation and is handy if someone wants to
tweak things. The rules are not part of a normal build, like this
entire directory.

If the goal is to prevent to have those files in the code tree,
wouldn't it make sense as well to have a .gitignore with all those
files in it?

Well, the goal is to document where the files come from. If someone
wants to refine this more, go ahead, but I have accomplished what I set
out to do. :)

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers