diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-04-03 21:29:18 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-04-03 21:31:04 +0300 |
commit | 19b8481b42efd29ac265e0d14566a7609b8d474b (patch) | |
tree | b38a1e68a07b34fd23732468785690eb6ee8b467 /contrib/postgres_fdw/postgres_fdw.c | |
parent | ca392df8dd183f93575dd21f1b76390656ca9550 (diff) | |
download | postgresql-19b8481b42efd29ac265e0d14566a7609b8d474b.tar.gz postgresql-19b8481b42efd29ac265e0d14566a7609b8d474b.zip |
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Specify OldTable first, NewTable second as used by
table_relation_copy_for_cluster() and as implemented in
heapam_relation_copy_for_cluster().
Backpatch to PostgreSQL 12, where TableAmRoutine was introduced.
Discussion: https://postgr.es/m/ME3P282MB3166860D4911AE82F92DF7C5B63F2%40ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
Author: Japin Li
Reviewed-by: Pavel Borisov
Backpatch-through: 12
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions