postgresql/src/include/access
Alexander Korotkov 38585549a3 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
2024-04-03 21:30:36 +03:00
..
amapi.h
amvalidate.h
attnum.h
brin_internal.h
brin_page.h
brin_pageops.h
brin_revmap.h
brin_tuple.h Fix handling of empty ranges and NULLs in BRIN 2023-05-19 00:16:13 +02:00
brin_xlog.h
brin.h
bufmask.h
clog.h
commit_ts.h
genam.h
generic_xlog.h
gin_private.h
gin.h
ginblock.h
ginxlog.h
gist_private.h Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
gist.h
gistscan.h
gistxlog.h Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
hash_xlog.h
hash.h Get rid of trailing semicolons in C macro definitions. 2020-05-01 17:28:00 -04:00
heapam_xlog.h C comment: remove mention of use of t_hoff WAL structure member 2020-08-31 17:51:31 -04:00
heapam.h Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 2022-04-13 13:35:02 -04:00
hio.h
htup_details.h
htup.h
itup.h
multixact.h
nbtree.h Fix btmarkpos/btrestrpos array key wraparound bug. 2023-09-28 16:29:24 -07:00
nbtxlog.h
parallel.h
printsimple.h
printtup.h
relation.h
reloptions.h
relscan.h
rewriteheap.h Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:13 -07:00
rmgr.h
rmgrlist.h
sdir.h
session.h Fix typo. 2020-01-13 14:52:59 +05:30
skey.h
slru.h Prevent excess SimpleLruTruncate() deletion. 2021-01-16 12:21:39 -08:00
spgist_private.h
spgist.h
spgxlog.h
stratnum.h
subtrans.h
sysattr.h
table.h
tableam.h Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 2024-04-03 21:30:36 +03:00
timeline.h
transam.h
tsmapi.h
tupconvert.h Fix permission checks on constraint violation errors on partitions. 2021-02-08 11:01:55 +02:00
tupdesc_details.h
tupdesc.h
tupmacs.h
tuptoaster.h
twophase_rmgr.h
twophase.h Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 2021-10-23 18:36:42 -07:00
valid.h
visibilitymap.h
xact.h Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 2022-12-13 14:23:59 -05:00
xlog_internal.h Fix WAL replay in presence of an incomplete record 2021-09-29 11:21:51 -03:00
xlog.h Revert "Avoid creating archive status ".ready" files too early" 2021-09-04 12:14:30 -04:00
xlogdefs.h Revert "Avoid creating archive status ".ready" files too early" 2021-09-04 12:14:30 -04:00
xloginsert.h
xlogreader.h Fix WAL replay in presence of an incomplete record 2021-09-29 11:21:51 -03:00
xlogrecord.h
xlogutils.h