pgsql: Add a couple of missed .gitignore entries. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add a couple of missed .gitignore entries.
Date
Msg-id E1kqNF6-0006Qy-Lf@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid memcpy() with same source and destination during relmapper
Next
From: Amit Kapila
Date:
Subject: pgsql: Update comment atop of ReorderBufferQueueMessage().