forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita059e15
committed
Re-add locally-generated files in pg_upgrade's .gitignore and Makefile
This reverts the changes to pg_upgrade's Makefile and .gitignore done in15b6d21. The TAP tests run in isolation, executing pg_upgrade intmp_check/ in the build directory so as any files created in theexecution path (reindex_hash.sql and delete_old_cluster.{sh,bat}) arenever in the tree, so entries are not necessary in this case. However,not having these impacts the cleanliness of the code tree when running./pg_upgrade directly from src/bin/pg_upgrade/.This commit adds back to .gitignore all the files generated in theexecution path, and the Makefile rule to clean them up if they exist.Per gripe from Tom Lane.Discussion:https://postgr.es/m/90595.1655227384@sss.pgh.pa.us1 parent5a97b13 commita059e15
2 files changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 |
| |
3 | 7 |
| |
4 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
|
0 commit comments
Comments
(0)