pgsql: Fix pg_walsummary's .gitignore

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pg_walsummary's .gitignore
Date: 2024-01-12 04:43:53
Message-ID: E1rO9Ob-0011Vu-52@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-12 04:54:06 pgsql: pg_ctl: Disable autoruns for cmd.exe on Windows
Previous Message Michael Paquier 2024-01-12 03:05:44 pgsql: Refactor code checking for file existence