pgsql: Refactor flex and bison make rules

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Refactor flex and bison make rules
Дата
Msg-id E1TMGbX-0000co-0a@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Refactor flex and bison make rules  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
Refactor flex and bison make rules

Numerous flex and bison make rules have appeared in the source tree
over time, and they are all virtually identical, so we can replace
them by pattern rules with some variables for customization.

Users of pgxs will also be able to benefit from this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8521d131941be5a177270bc428fa8e684cd645b5

Modified Files
--------------
contrib/cube/Makefile                |   14 --------------
contrib/seg/Makefile                 |   14 --------------
src/Makefile.global.in               |   16 ++++++++++++++++
src/backend/bootstrap/Makefile       |   16 ----------------
src/backend/parser/Makefile          |   20 ++++----------------
src/backend/replication/Makefile     |   14 --------------
src/backend/utils/misc/Makefile      |    7 -------
src/bin/psql/Makefile                |   11 ++---------
src/interfaces/ecpg/preproc/Makefile |   15 +--------------
src/pl/plpgsql/src/Makefile          |    9 +--------
src/test/isolation/Makefile          |   14 --------------
11 files changed, 24 insertions(+), 126 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove _FORTIFY_SOURCE
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Improve replication connection timeouts.