Re: Match table_complete_speculative() code to comment

2019-05-14 Thread Andres Freund
Hi, On 2019-04-30 11:53:38 -0700, Ashwin Agrawal wrote: > Comment for table_complete_speculative() says > > /* > * Complete "speculative insertion" started in the same transaction. > If > * succeeded is true, the tuple is fully inserted, if false, it's > removed. > */ > static inline void > ta

Match table_complete_speculative() code to comment

2019-04-30 Thread Ashwin Agrawal
Comment for table_complete_speculative() says /* * Complete "speculative insertion" started in the same transaction. If * succeeded is true, the tuple is fully inserted, if false, it's removed. */ static inline void table_complete_speculative(Relation rel, TupleTableSlot *slot,