pgsql: Add a couple of missed .gitignore entries.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a couple of missed .gitignore entries.
Дата
Msg-id E1kqNF6-0006Qy-Lf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a couple of missed .gitignore entries.

Any subdirectory that's ignoring /output_iso/ should also
ignore /tmp_check_iso/, which could be left behind by a
failed pg_isolation_regress_check run.

I think these have been wrong for awhile, but it doesn't
seem important to fix in back branches.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8afca702ecbf0730b6175afda0cecbbf0a1967e7

Modified Files
--------------
src/test/modules/brin/.gitignore             | 1 +
src/test/modules/snapshot_too_old/.gitignore | 2 ++
2 files changed, 3 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid memcpy() with same source and destination during relmapper
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Update comment atop of ReorderBufferQueueMessage().