Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbafad43

Browse files
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: 12
1 parentcbfbb14 commitbafad43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/access/tableam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,8 @@ typedef struct TableAmRoutine
617617
constRelFileLocator*newrlocator);
618618

619619
/* See table_relation_copy_for_cluster() */
620-
void(*relation_copy_for_cluster) (RelationNewTable,
621-
RelationOldTable,
620+
void(*relation_copy_for_cluster) (RelationOldTable,
621+
RelationNewTable,
622622
RelationOldIndex,
623623
booluse_sort,
624624
TransactionIdOldestXmin,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp