Skip to content

Commit ea9c0e1

Browse files
committed
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
1 parent 2212e01 commit ea9c0e1

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/bin/pg_waldump/.gitignore

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
/pg_waldump
2+
23
# Source files copied from src/backend/access/rmgrdesc/
3-
/*desc.c
4+
/brindesc.c
5+
/clogdesc.c
6+
/committsdesc.c
7+
/dbasedesc.c
8+
/genericdesc.c
9+
/gindesc.c
10+
/gistdesc.c
11+
/hashdesc.c
12+
/heapdesc.c
13+
/logicalmsgdesc.c
14+
/mxactdesc.c
15+
/nbtdesc.c
16+
/relmapdesc.c
17+
/replorigindesc.c
18+
/seqdesc.c
19+
/smgrdesc.c
20+
/spgdesc.c
21+
/standbydesc.c
22+
/tblspcdesc.c
23+
/xactdesc.c
24+
/xlogdesc.c
425
/xlogreader.c

0 commit comments

Comments
 (0)