Re: Fix parameters order for relation_copy_for_cluster

2024-04-01 Thread Pavel Borisov
correction: so now code is not broken >

Re: Fix parameters order for relation_copy_for_cluster

2024-04-01 Thread Pavel Borisov
Hi, Japin! On Mon, 1 Apr 2024 at 12:15, Japin Li wrote: > > Hi, > > When attempting to implement a new table access method, I discovered that > relation_copy_for_cluster() has the following declaration: > > > void(*relation_copy_for_cluster) (Relation NewTable, >

Fix parameters order for relation_copy_for_cluster

2024-04-01 Thread Japin Li
Hi, When attempting to implement a new table access method, I discovered that relation_copy_for_cluster() has the following declaration: void(*relation_copy_for_cluster) (Relation NewTable, Relation OldTable,