Add another marker.

This commit is contained in:
Bruce Momjian 2011-08-26 15:13:41 -04:00
parent f8fc37b337
commit 455d08b285

View file

@ -81,7 +81,7 @@ typedef struct
} ExceptionLabelMap;
static const ExceptionLabelMap exception_label_map[] = {
#include "plerrcodes.h"
#include "plerrcodes.h" /* pgrminclude ignore */
{NULL, 0}
};