From: Bruce Momjian Date: Mon, 31 Aug 2020 21:51:31 +0000 (-0400) Subject: C comment: remove mention of use of t_hoff WAL structure member X-Git-Tag: REL9_5_24~66 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=fd9451d201d00d20f2f043355b25e0f8d85bf96d;p=postgresql.git C comment: remove mention of use of t_hoff WAL structure member Reported-by: Antonin Houska Discussion: https://postgr.es/m/21643.1595353537@antos Backpatch-through: 9.5 --- diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h index cbfe826d602..803147a7106 100644 --- a/src/include/access/heapam_xlog.h +++ b/src/include/access/heapam_xlog.h @@ -114,8 +114,6 @@ typedef struct xl_heap_delete * or updated tuple in WAL; we can save a few bytes by reconstructing the * fields that are available elsewhere in the WAL record, or perhaps just * plain needn't be reconstructed. These are the fields we must store. - * NOTE: t_hoff could be recomputed, but we may as well store it because - * it will come for free due to alignment considerations. */ typedef struct xl_heap_header {