forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbf39b3a
committed
Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.
EXPLAIN generally only adds schema qualifications to table names whenVERBOSE is specified. In postgres_fdw's "Relations" output, tablenames were always so qualified, but that was an implementationrestriction: in the original coding, we didn't have access to theverbose flag at the time the string was generated. After the coderearrangement of commit4526951, we do have that info availableat the right time, so make this output follow the normal rule.Discussion:https://postgr.es/m/12424.1575168015@sss.pgh.pa.us1 parent68ab982 commitbf39b3a
File tree
2 files changed
+25
-18
lines changed- contrib/postgres_fdw
- expected
2 files changed
+25
-18
lines changedLines changed: 13 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8480 | 8480 |
| |
8481 | 8481 |
| |
8482 | 8482 |
| |
8483 |
| - | |
8484 |
| - | |
| 8483 | + | |
| 8484 | + | |
8485 | 8485 |
| |
8486 | 8486 |
| |
8487 | 8487 |
| |
8488 | 8488 |
| |
8489 |
| - | |
| 8489 | + | |
8490 | 8490 |
| |
8491 |
| - | |
| 8491 | + | |
8492 | 8492 |
| |
8493 | 8493 |
| |
8494 | 8494 |
| |
| |||
8561 | 8561 |
| |
8562 | 8562 |
| |
8563 | 8563 |
| |
8564 |
| - | |
8565 |
| - | |
| 8564 | + | |
| 8565 | + | |
8566 | 8566 |
| |
8567 | 8567 |
| |
8568 | 8568 |
| |
8569 | 8569 |
| |
8570 |
| - | |
| 8570 | + | |
8571 | 8571 |
| |
8572 |
| - | |
| 8572 | + | |
8573 | 8573 |
| |
8574 | 8574 |
| |
8575 | 8575 |
| |
| |||
8689 | 8689 |
| |
8690 | 8690 |
| |
8691 | 8691 |
| |
8692 |
| - | |
8693 |
| - | |
| 8692 | + | |
| 8693 | + | |
8694 | 8694 |
| |
8695 | 8695 |
| |
8696 | 8696 |
| |
8697 | 8697 |
| |
8698 |
| - | |
| 8698 | + | |
8699 | 8699 |
| |
8700 |
| - | |
| 8700 | + | |
8701 | 8701 |
| |
8702 |
| - | |
| 8702 | + | |
8703 | 8703 |
| |
8704 | 8704 |
| |
8705 | 8705 |
| |
|
Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2571 | 2571 |
| |
2572 | 2572 |
| |
2573 | 2573 |
| |
2574 |
| - | |
2575 | 2574 |
| |
2576 | 2575 |
| |
2577 | 2576 |
| |
| |||
2580 | 2579 |
| |
2581 | 2580 |
| |
2582 | 2581 |
| |
2583 |
| - | |
2584 | 2582 |
| |
2585 |
| - | |
2586 |
| - | |
2587 |
| - | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
2588 | 2595 |
| |
2589 | 2596 |
| |
2590 | 2597 |
| |
|
0 commit comments
Comments
(0)