forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbafad43
committed
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Specify OldTable first, NewTable second as used bytable_relation_copy_for_cluster() and as implemented inheapam_relation_copy_for_cluster().Backpatch to PostgreSQL 12, where TableAmRoutine was introduced.Discussion:https://postgr.es/m/ME3P282MB3166860D4911AE82F92DF7C5B63F2%40ME3P282MB3166.AUSP282.PROD.OUTLOOK.COMAuthor: Japin LiReviewed-by: Pavel BorisovBackpatch-through: 121 parentcbfbb14 commitbafad43
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
620 |
| - | |
621 |
| - | |
| 620 | + | |
| 621 | + | |
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
|
0 commit comments
Comments
(0)