# Generate the errcodes-table.sgml file from errcodes.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
print
"<!-- autogenerated from src/backend/utils/errcodes.txt, do not edit -->\n";
# src/backend/parser/check_keywords.pl
# Copyright (c) 2009-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
my $gram_filename = $ARGV[0];
my $kwlist_filename = $ARGV[1];
# Generate lwlocknames.h and lwlocknames.c from lwlocknames.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
my $lastlockidx = -1;
my $continue = "\n";
# Generate the errcodes.h header from errcodes.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
print
"/* autogenerated from src/backend/utils/errcodes.txt, do not edit */\n";
# Generate the plerrcodes.h header from errcodes.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
print
"/* autogenerated from src/backend/utils/errcodes.txt, do not edit */\n";
# Generate the spiexceptions.h header from errcodes.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
print
"/* autogenerated from src/backend/utils/errcodes.txt, do not edit */\n";
# Generate the pltclerrcodes.h header from errcodes.txt
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
-use warnings;
use strict;
+use warnings;
print
"/* autogenerated from src/backend/utils/errcodes.txt, do not edit */\n";