pgsql: Avoid use of wildcard in pg_waldump's .gitignore.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid use of wildcard in pg_waldump's .gitignore.
Date: 2019-10-05 16:27:08
Message-ID: E1iGmtg-0000x7-Vq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid use of wildcard in pg_waldump's .gitignore.

This would be all right, maybe, if it didn't also match a file that
definitely should not be ignored. We don't add rmgrs so often that
manual maintenance of this file list is impractical, so just write
out the list.

(I find the equivalent wildcard use in the Makefile pretty lazy and
unsafe as well, but will leave that alone until it actually causes a
problem.)

Per bug #16042 from Denis Stuchalin.

Discussion: https://postgr.es/m/16042-c174ee692ac21cbd@postgresql.org

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ea9c0e1c0deb1b179dcb0ea37879b97d594d0cca

Modified Files
--------------
src/bin/pg_waldump/.gitignore | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-10-05 17:08:38 pgsql: Report test_atomic_ops() failures consistently, via macros.
Previous Message Andres Freund 2019-10-05 15:31:45 pgsql: Disable one more set of tests from c8841199509.