forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd82f390
committed
Avoid use of wildcard in pg_waldump's .gitignore.
This would be all right, maybe, if it didn't also match a file thatdefinitely should not be ignored. We don't add rmgrs so often thatmanual maintenance of this file list is impractical, so just writeout the list.(I find the equivalent wildcard use in the Makefile pretty lazy andunsafe as well, but will leave that alone until it actually causes aproblem.)Per bug #16042 from Denis Stuchalin.Discussion:https://postgr.es/m/16042-c174ee692ac21cbd@postgresql.org1 parent3a68105 commitd82f390
1 file changed
+22
-1
lines changedLines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
4 | 25 |
| |
5 | 26 |
| |
6 | 27 |
| |
|
0 commit comments
Comments
(0)