correction: so now code is not broken
>
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,
>
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,