Re: table_delete and table_update don't document snapshot parameter

2019-05-17 Thread Andres Freund
Hi, On 2019-05-17 11:34:25 -0400, Robert Haas wrote: > table_update and table_delete both have comments that document all of > their input parameters *except* for snapshot. This seems like an > oversight Hm, yea, it ought to be documented. > , especially because: > > * crosscheck - if n

table_delete and table_update don't document snapshot parameter

2019-05-17 Thread Robert Haas
Hi, table_update and table_delete both have comments that document all of their input parameters *except* for snapshot. This seems like an oversight, especially because: * crosscheck - if not InvalidSnapshot, also check tuple against this Without a comment about snapshot, what's the "also