pgsql: Corrections to patch adding SQL/MED error codes. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Corrections to patch adding SQL/MED error codes.
Date
Msg-id E1PX2wT-00030h-5C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Corrections to patch adding SQL/MED error codes.

My previous commit, 85cff3ce7f360d139d87aee836d75a6202fee066 on
2010-12-25, failed to update errcodes.sgml or plerrcodes.h.  This patch
corrects that oversight, per a gripe from Tom Lane, and also corrects
a typographical error.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=63676ebff402050f6b0b347188f5e857474da9e1

Modified Files
--------------
doc/src/sgml/errcodes.sgml      |  167 +++++++++++++++++++++++++++++++++++++++
src/include/utils/errcodes.h    |    2 +-
src/pl/plpgsql/src/plerrcodes.h |  108 +++++++++++++++++++++++++
3 files changed, 276 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Only build in crashdump support on Windows if there's a working
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Break up long line, per Leslie S Satenstein.