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:06 +0300 |
commit | c2faf48fa3b262f57cb999a3ab1e00e8d46176cd (patch) | |
tree | 6a823c6c770d2388864e1c3e7b8a1600f6c0409c /contrib/postgres_fdw/postgres_fdw.c | |
parent | 4fb56a734d4c40c75ccfd8c4b2948266b8bf6e5d (diff) | |
download | postgresql-c2faf48fa3b262f57cb999a3ab1e00e8d46176cd.tar.gz postgresql-c2faf48fa3b262f57cb999a3ab1e00e8d46176cd.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