summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index bc26a4536ff..c8422571b7f 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -117,7 +117,7 @@ struct ReadBuffersOperation
/* The following members should be set by the caller. */
Relation rel; /* optional */
struct SMgrRelationData *smgr;
- char smgr_persistence; /* optional if rel != NULL */
+ char persistence;
ForkNumber forknum;
BufferAccessStrategy strategy;