Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d82f390

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 3a68105 commit d82f390

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/bin/pg_waldump/.gitignore

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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
526

627
# Generated by test suite

0 commit comments

Comments
 (0)