forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit61be85a
committed
Revert "Remove reset of testtablespace from pg_regress on Windows"
This reverts commit2b2a070, that moved the reset of path"testtablespace" used by the regression tests as a path for tablespaces(via --outputdir) from pg_regress to the MSVC script vcregress.pl, asthis broke the behavior added byce5d342 to be able to safely run theregression test suite with an administrative Windows account using arestricted token.Note that before2b2a070, the code doing the reset in pg_regress.cincluded a comment telling that we had better move that out to adifferent place, leading to the mistake done in2b2a070. Fix thiscomment, and document instead that we had better never remove this code,for the sake of not breaking again the behavior we expect on Windows.Thanks to Thomas Munro and Andrew Dunstan for the discussion.Discussion:https://postgr.es/m/6d9eee97-54c8-e14a-48f7-3194e712f54f@2ndQuadrant.comDiscussion:https://postgr.es/m/CA+hUKGLiieEzfrdWxWFE+_wnXho_F5Smx972X1wEubhS7v1q9g@mail.gmail.com1 parentff61359 commit61be85a
2 files changed
+21
-15
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
497 | 516 |
| |
498 | 517 |
| |
499 | 518 |
| |
|
Lines changed: 2 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
127 |
| - | |
128 | 126 |
| |
129 | 127 |
| |
130 | 128 |
| |
| |||
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
148 |
| - | |
149 | 146 |
| |
150 | 147 |
| |
151 | 148 |
| |
| |||
573 | 570 |
| |
574 | 571 |
| |
575 | 572 |
| |
576 |
| - | |
577 |
| - | |
| 573 | + | |
| 574 | + | |
578 | 575 |
| |
579 | 576 |
| |
580 | 577 |
| |
| |||
740 | 737 |
| |
741 | 738 |
| |
742 | 739 |
| |
743 |
| - | |
744 |
| - | |
745 |
| - | |
746 |
| - | |
747 |
| - | |
748 |
| - | |
749 |
| - | |
750 |
| - | |
751 |
| - | |
752 |
| - | |
753 | 740 |
| |
754 | 741 |
| |
755 | 742 |
| |
|
0 commit comments
Comments
(0)