forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite3fc4a9
committed
Honor inputdir and outputdir when converting regression files.
When converting source files, pg_regress' inputdir and outputdir options wereignored when computing the locations of the destination files. In consequence,these options were effectively unusable when the regression inputs need tobe adjusted by pg_regress. This patch makes pg_regress put the converted filesin the same place that these options specify non-converted input or resultsfiles are to be found. Backpatched to all live branches.1 parentced53c3 commite3fc4a9
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
| 478 | + | |
| 479 | + | |
479 | 480 |
| |
480 | 481 |
| |
481 | 482 |
| |
| |||
522 | 523 |
| |
523 | 524 |
| |
524 | 525 |
| |
525 |
| - | |
526 |
| - | |
| 526 | + | |
| 527 | + | |
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
|
0 commit comments
Comments
(0)