1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

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
This commit is contained in:
Bruce Momjian 2020-08-31 17:51:31 -04:00
parent cada05eb6c
commit 7d26d85f1b

View File

@ -114,8 +114,6 @@ typedef struct xl_heap_delete
* or updated tuple in WAL; we can save a few bytes by reconstructing the * 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 * fields that are available elsewhere in the WAL record, or perhaps just
* plain needn't be reconstructed. These are the fields we must store. * 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 typedef struct xl_heap_header
{ {