]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
C comment: remove mention of use of t_hoff WAL structure member
authorBruce Momjian <bruce@momjian.us>
Mon, 31 Aug 2020 21:51:31 +0000 (17:51 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 31 Aug 2020 21:51:31 +0000 (17:51 -0400)
Reported-by: Antonin Houska
Discussion: https://postgr.es/m/21643.1595353537@antos

Backpatch-through: 9.5

src/include/access/heapam_xlog.h

index a6bb1f2645bf0fc66aa6ceba387e58985590e1dc..0c13c450d5e842e49a637cf60f5c8fad7db3dd92 100644 (file)
@@ -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
 {