Re: BUG #16042: incorrect .gitignore file
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: stuchalin.d@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2019-10-05T16:28:01Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes: > The source codes contain the file src/bin/pg_waldump/.gitignore > This file contains the line /*desc.c > This line does not give the correct commit file rmgrdesc.c from this > directory to the "my" git repository. Yeah, somebody was being overly lazy there. I cleaned it up. regards, tom lane
Commits
-
Avoid use of wildcard in pg_waldump's .gitignore.
- ea9c0e1c0deb 10.11 landed
- d82f3909da11 13.0 landed
- 4fd51980ed5a 11.6 landed
- 4f119e156e65 12.1 landed