Avoid maintaining three separate copies of the error codes list.

Robert Haas <rhaas@postgresql.org>

Commit: ddfe26f6441c24660595c5efe5fd0bd3974cdc5c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-02-04T03:32:49Z
Releases: 9.1.0
Avoid maintaining three separate copies of the error codes list.

src/pl/plpgsql/src/plerrcodes.h, src/include/utils/errcodes.h, and a
big chunk of errcodes.sgml are now automatically generated from a single
file, src/backend/utils/errcodes.txt.

Jan Urbański, reviewed by Tom Lane.

Files