Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 787ccf5

Browse files
committed
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
1 parent cef30b6 commit 787ccf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/access/heapam_xlog.h

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ typedef struct xl_heap_truncate
136136
* or updated tuple in WAL; we can save a few bytes by reconstructing the
137137
* fields that are available elsewhere in the WAL record, or perhaps just
138138
* plain needn't be reconstructed. These are the fields we must store.
139-
* NOTE: t_hoff could be recomputed, but we may as well store it because
140-
* it will come for free due to alignment considerations.
141139
*/
142140
typedef struct xl_heap_header
143141
{

0 commit comments

Comments
 (0)