diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-08-31 13:58:00 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-08-31 13:58:00 -0400 |
commit | 1e0512ff23e600e9bc19e7f1a1c5ce0597c7bd47 (patch) | |
tree | 59caec3a01ad8b3e9d3e2eb0d48f73769d0ebfc8 /src | |
parent | 06eba0fd10b1c19d578b90f6ab792834fe9a7418 (diff) | |
download | postgresql-1e0512ff23e600e9bc19e7f1a1c5ce0597c7bd47.tar.gz postgresql-1e0512ff23e600e9bc19e7f1a1c5ce0597c7bd47.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/heapam_xlog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h index aa17f7df84d..15251941128 100644 --- a/src/include/access/heapam_xlog.h +++ b/src/include/access/heapam_xlog.h @@ -137,8 +137,6 @@ typedef struct xl_heap_truncate * 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 { |