forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6eebfdc
committed
Fix thinko when bumping on temporary directories in pg_checksums
This fixes an oversight from5c99513. This has no actual consequence asPG_TEMP_FILE_PREFIX and PG_TEMP_FILES_DIR have the same value so whenbumping on a temporary path the directory scan was still moving on tothe next entry instead of skipping the rest of the scan, but let's keepthe logic correct.Author: Michael BanckReviewed-by: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20190314.115417.58230569.horiguchi.kyotaro@lab.ntt.co.jpBackpatch-through: 111 parent401b87a commit6eebfdc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments
Comments
(0)