pgsql: Fix pg_walsummary's .gitignore

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix pg_walsummary's .gitignore
Дата
Msg-id E1rO9Ob-0011Vu-52@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_walsummary's .gitignore

It missed a entry for tmp_check/ generated by the tests.  While on it,
append a slash at the beginning of "pg_walsummary" to restrict its check
to the current directory, like anywhere else.

Oversights in ee1bfd168390.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/278972f5933679e06e7d71d2060c1867f5aa4ebe

Modified Files
--------------
src/bin/pg_walsummary/.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor code checking for file existence
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: pg_ctl: Disable autoruns for cmd.exe on Windows