pgsql: Install errcodes.txt for use by extensions. - Mailing list pgsql-committers

From Andrew Gierth
Subject pgsql: Install errcodes.txt for use by extensions.
Date
Msg-id E1f3vSe-00026d-Rl@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi