diff options
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/tuptable.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index 885b481d9a4..b7f977233be 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -261,9 +261,8 @@ typedef struct BufferHeapTupleTableSlot /* * If buffer is not InvalidBuffer, then the slot is holding a pin on the * indicated buffer page; drop the pin when we release the slot's - * reference to that buffer. (TTS_FLAG_SHOULDFREE should not be set be - * false in such a case, since presumably tts_tuple is pointing at the - * buffer page.) + * reference to that buffer. (TTS_FLAG_SHOULDFREE should not be set in + * such a case, since presumably tts_tuple is pointing into the buffer.) */ Buffer buffer; /* tuple's buffer, or InvalidBuffer */ } BufferHeapTupleTableSlot; |