[PATCH] Teach Catalog.pm how many attributes there should be per DATA() line - Mailing list pgsql-hackers

From David Christensen
Subject [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line
Date
Msg-id 5BC2FB61-2B35-470D-9B3C-429876C41406@endpoint.com
Whole thread Raw
Responses Re: [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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.




--
David Christensen
PostgreSQL Team Manager
End Point Corporation
david@endpoint.com
785-727-1171






Attachment

pgsql-hackers by date:

Previous
From: Nathan Wagner
Date:
Subject: bugs and bug tracking
Next
From: David Christensen
Date:
Subject: [PATCH] Comment fixes