diff options
Diffstat (limited to 'src/include/access/xlog_internal.h')
-rw-r--r-- | src/include/access/xlog_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index a1452b82b8e..27b98995557 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -244,9 +244,6 @@ struct XLogRecord; * "VACUUM". rm_desc can then be called to obtain additional detail for the * record, if available (e.g. the last block). * - * The return value from rm_identify is a pointer to a statically allocated - * buffer, and only valid until the next invocation of the callback. - * * RmgrTable[] is indexed by RmgrId values (see rmgrlist.h). */ typedef struct RmgrData |