pgsql: Install errcodes.txt for use by extensions.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Install errcodes.txt for use by extensions.
Date: 2018-04-05 03:21:16
Message-ID: E1f3vSe-00026d-Rl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Install errcodes.txt for use by extensions.

Maintainers of out-of-tree PLs typically need access to the set of
error codes. To avoid the need to duplicate that information in some
form in PL source trees, provide errcodes.txt as part of a server
installation.

Thomas Munro, based on a suggestion from Andrew Gierth
Discussion: https://postgr.es/m/87woykk7mu.fsf%40news-spur.riddles.org.uk

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1fd8690668635bab9dfa16b2885e6e474f8451ba

Modified Files
--------------
src/backend/Makefile | 2 ++
src/backend/utils/Makefile | 10 ++++++++++
src/tools/msvc/Install.pm | 3 +++
3 files changed, 15 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-05 03:28:20 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Previous Message Peter Geoghegan 2018-04-05 02:52:26 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi