forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit373bda6
committed
Improve error messages for incorrect types of logical replication targets
If trying to use something else than a plain table as logicalreplication target, a rather-generic error message gets used to reportthe problem. This can be confusing when it comes to foreign tables andpartitioned tables, so use more dedicated messages in these cases.Author: Amit LangoteReviewed-by: Peter Eisentraut, Magnus Hagander, Michael PaquierDiscussion:https://postgr.es/m/41799bee-40eb-7bb5-80b1-325ce17518bc@lab.ntt.co.jp1 parent1845ca2 commit373bda6
1 file changed
+20
-2
lines changedLines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
612 |
| - | |
| 612 | + | |
| 613 | + | |
613 | 614 |
| |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
614 | 630 |
| |
615 | 631 |
| |
616 | 632 |
| |
617 |
| - | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
618 | 636 |
| |
619 | 637 |
|
0 commit comments
Comments
(0)