We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cada05e commit 7d26d85Copy full SHA for 7d26d85
src/include/access/heapam_xlog.h
@@ -114,8 +114,6 @@ typedef struct xl_heap_delete
114
* or updated tuple in WAL; we can save a few bytes by reconstructing the
115
* fields that are available elsewhere in the WAL record, or perhaps just
116
* plain needn't be reconstructed. These are the fields we must store.
117
- * NOTE: t_hoff could be recomputed, but we may as well store it because
118
- * it will come for free due to alignment considerations.
119
*/
120
typedef struct xl_heap_header
121
{
0 commit comments