We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fc37b commit 455d08bCopy full SHA for 455d08b
src/pl/plpgsql/src/pl_comp.c
@@ -81,7 +81,7 @@ typedef struct
81
} ExceptionLabelMap;
82
83
static const ExceptionLabelMap exception_label_map[] = {
84
-#include "plerrcodes.h"
+#include "plerrcodes.h" /* pgrminclude ignore */
85
{NULL, 0}
86
};
87
0 commit comments