Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd82f390

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 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.org
1 parent3a68105 commitd82f390

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,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)

[8]ページ先頭

©2009-2025 Movatter.jp