pgsql: Fix missing dependencies in ecpg's test Makefiles.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix missing dependencies in ecpg's test Makefiles.
Дата
Msg-id E1WiaeH-0005VK-RP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix missing dependencies in ecpg's test Makefiles.

Ensure that ecpg preprocessor output files are rebuilt when re-testing
after a change in the ecpg preprocessor itself, or a change in any of
several include files that get copied verbatim into the output files.
The lack of these dependencies was what created problems for Kevin Grittner
after the recent pgindent run.  There's no way for --enable-depend to
discover these dependencies automatically, so we've gotta put them into
the Makefiles by hand.

While at it, reduce the amount of duplication in the ecpg invocations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14d309cc55d88b73d4c9d1fa51b535ae491405fd

Modified Files
--------------
src/interfaces/ecpg/test/Makefile.regress         |   21 +++++++++++++---
src/interfaces/ecpg/test/compat_informix/Makefile |   28 +++------------------
src/interfaces/ecpg/test/preproc/Makefile         |   16 ++++++------
src/interfaces/ecpg/test/sql/Makefile             |    4 +--
4 files changed, 31 insertions(+), 38 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Document permissions needed for pg_database_size and pg_tablespa
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Un-break ecpg test suite under --disable-integer-datetimes.