pgsql: Fix some missing .gitignore and "make clean" items in ecpg.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix some missing .gitignore and "make clean" items in ecpg.
Дата
Msg-id E1WGGuv-0007Tu-Q4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some missing .gitignore and "make clean" items in ecpg.

Some of the files we optionally link in from elsewhere weren't ignored
and/or weren't cleaned up at "make clean".  Noted while testing on a
machine that needs our version of snprintf.c.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52acfd27f11ca586f90c2c1255ca9a4a66766b57

Modified Files
--------------
src/interfaces/ecpg/compatlib/.gitignore  |    1 +
src/interfaces/ecpg/ecpglib/.gitignore    |    4 +++-
src/interfaces/ecpg/ecpglib/Makefile      |    2 +-
src/interfaces/ecpg/pgtypeslib/.gitignore |    3 ++-
4 files changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Document pg_replslot in storage.sgml.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid using dllwrap to build pgevent in Mingw builds.