[PATCH] Teach Catalog.pm how many attributes there should be per DATA() line

Поиск
Список
Период
Сортировка
От David Christensen
Тема [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line
Дата
Msg-id 5BC2FB61-2B35-470D-9B3C-429876C41406@endpoint.com
обсуждение исходный текст
Ответы Re: [PATCH] Teach Catalog.pm how many attributes there should be per DATA() line  (Robert Haas <robertmhaas@gmail.com>)
Список 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






Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nathan Wagner
Дата:
Сообщение: bugs and bug tracking
Следующее
От: David Christensen
Дата:
Сообщение: [PATCH] Comment fixes