Re: Cross-partition UPDATE and foreign table partitions

2023-01-17 Thread Antonin Houska
Antonin Houska wrote: > I was wondering why ExecCrossPartitionUpdateForeignKey() has an unused > argument "oldslot" and wanted to suggest its removal. However, before I did, > it occurred to me that callers may want to pass the whole slot when the > partition is a foreign table, i.e. when the "tu

Cross-partition UPDATE and foreign table partitions

2023-01-17 Thread Antonin Houska
I was wondering why ExecCrossPartitionUpdateForeignKey() has an unused argument "oldslot" and wanted to suggest its removal. However, before I did, it occurred to me that callers may want to pass the whole slot when the partition is a foreign table, i.e. when the "tupleid" argument cannot be used.