forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commited79edd
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 parentb6948e1 commited79edd
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
| 421 | + | |
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
| 489 | + | |
| 490 | + | |
490 | 491 |
| |
491 | 492 |
| |
492 | 493 |
| |
| |||
533 | 534 |
| |
534 | 535 |
| |
535 | 536 |
| |
536 |
| - | |
537 |
| - | |
| 537 | + | |
| 538 | + | |
538 | 539 |
| |
539 | 540 |
| |
540 | 541 |
| |
|
0 commit comments
Comments
(0)