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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
