Re: Wrong comment in tuptable.h

2020-12-26 Thread Andres Freund
Hi, On 2020-12-26 18:00:49 -0800, Jeff Davis wrote: > /* >* Return a copy of heap tuple representing the contents of the slot. > The >* copy needs to be palloc'd in the current memory context. The slot >* itself is expected to remain unaffected. It is *not* expected to > have >*

Wrong comment in tuptable.h

2020-12-26 Thread Jeff Davis
/* * Return a copy of heap tuple representing the contents of the slot. The * copy needs to be palloc'd in the current memory context. The slot * itself is expected to remain unaffected. It is *not* expected to have * meaningful "system columns" in the copy. The copy is not be "own