Install errcodes.txt for use by extensions.

Andrew Gierth <rhodiumtoad@postgresql.org>

Commit: 1fd8690668635bab9dfa16b2885e6e474f8451ba
Author: Andrew Gierth <rhodiumtoad@postgresql.org>
Date: 2018-04-05T03:05:40Z
Releases: 11.0
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

Files

PathChange+/−
src/backend/Makefile modified +2 −0
src/backend/utils/Makefile modified +10 −0
src/tools/msvc/Install.pm modified +3 −0

Discussion