summaryrefslogtreecommitdiff
path: root/src
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
commit160c8a4d382204ca2983aba56cc9e5db7167354e (patch)
treefab3e69405b3d6eca10ee431dcfd8a10082ed345 /src
parentcda4397f2bc32976f774bf0ec0b3b7d40a77d64e (diff)
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.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 a6bb1f2645b..0c13c450d5e 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
{