1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Somebody forgot to add this ERRCODE everywhere it should go ...

This commit is contained in:
Tom Lane
2008-01-15 01:36:53 +00:00
parent 1272ac82b6
commit abab776b3c
2 changed files with 12 additions and 2 deletions

View File

@ -9,7 +9,7 @@
*
* Copyright (c) 2003-2008, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.12 2008/01/01 19:46:00 momjian Exp $
* $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.13 2008/01/15 01:36:53 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -243,6 +243,10 @@
"untranslatable_character", ERRCODE_UNTRANSLATABLE_CHARACTER
},
{
"not_an_xml_document", ERRCODE_NOT_AN_XML_DOCUMENT
},
{
"invalid_xml_document", ERRCODE_INVALID_XML_DOCUMENT
},