forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3858554
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 parentf5d9212 commit3858554
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
474 |
| - | |
475 |
| - | |
| 474 | + | |
| 475 | + | |
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
|
0 commit comments
Comments
(0)