forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ad31bb
committed
Remove unused column atttypmod from initial tablesync query
The initial tablesync done by logical replication used a query to fetchthe information of a relation's columns that included atttypmod, but itwas left unused. This was added by7c4f524.Author: Euler TaveiraReviewed-by: Önder Kalacı, Amit Langote, Japin LiDiscussion:https://postgr.es/m/CAHE3wggb715X+mK_DitLXF25B=jE6xyNCH4YOwM860JR7HarGQ@mail.gmail.com1 parent9522085 commit4ad31bb
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
| 643 | + | |
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
689 | 688 |
| |
690 | 689 |
| |
691 | 690 |
| |
| |||
718 | 717 |
| |
719 | 718 |
| |
720 | 719 |
| |
721 |
| - | |
| 720 | + | |
722 | 721 |
| |
723 | 722 |
| |
724 | 723 |
| |
|
0 commit comments
Comments
(0)