forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit166ab9c
committed
Teach plpgsql's "make clean" to remove generated test files.
Copy the rules that src/test/regress/GNUmakefile uses for this purpose.Since these files are .gitignore'd, the mistake wasn't obvious unlessyou happened to look at "git status --ignored" in an allegedly cleantree.Oversight in commit1858b10. No need for back-patch since that'snot in the back branches.1 parent006b9dc commit166ab9c
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
| |||
111 | 116 |
| |
112 | 117 |
| |
113 | 118 |
| |
| 119 | + | |
114 | 120 |
| |
115 | 121 |
| |
116 | 122 |
| |
|
0 commit comments
Comments
(0)