aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-31 17:51:31 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-31 17:51:31 -0400
commite4263c4a569ef0be28e7fc471280837147f82a63 (patch)
treebb7f09e4a741dbf39a80114889d005e420e5f193
parentc3cb3716ad9d42b667b3b85ac3b1f93be7df315f (diff)
downloadpostgresql-e4263c4a569ef0be28e7fc471280837147f82a63.tar.gz
postgresql-e4263c4a569ef0be28e7fc471280837147f82a63.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
-rw-r--r--src/include/access/heapam_xlog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h
index 695eaa1e49c..5c45f96bc25 100644
--- a/src/include/access/heapam_xlog.h
+++ b/src/include/access/heapam_xlog.h
@@ -136,8 +136,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
{