Fixes a build issue I ran into while adding some columns to system tables:
Throws a build error if we encounter a different number of fields in a
DATA() line than we expect for the catalog in question.
Previously, it was possible to silently ignore any mismatches at build
time which could result in symbol undefined errors at link time. Now
we stop and identify the infringing line as soon as we encounter it,
which greatly speeds up the debugging process.
0001-Teach-Catalog.pm-how-many-attributes-there-should-be.patch
Description: Binary data
-- David Christensen PostgreSQL Team Manager End Point Corporation [email protected] 785-727-1171
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
