summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/visibilitymap.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2013-12-21 03:33:16 +0900
committerFujii Masao <fujii@postgresql.org>2013-12-21 03:33:16 +0900
commit961bf59fb7a7e4fab751e20e9372de7ab37c5649 (patch)
tree424302641c6bcd98b82e438242c4116e02c85503 /src/backend/access/heap/visibilitymap.c
parent6130208e75c98d76b526ac2ac08cedbd17b9f00d (diff)
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Sawada Masahiko
Diffstat (limited to 'src/backend/access/heap/visibilitymap.c')
-rw-r--r--src/backend/access/heap/visibilitymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/visibilitymap.c b/src/backend/access/heap/visibilitymap.c
index 60ee76a2081..379ee1ce19e 100644
--- a/src/backend/access/heap/visibilitymap.c
+++ b/src/backend/access/heap/visibilitymap.c
@@ -287,7 +287,7 @@ visibilitymap_set(Relation rel, BlockNumber heapBlk, Buffer heapBuf,
cutoff_xid);
/*
- * If data checksums are enabled (or wal_log_hintbits=on), we
+ * If data checksums are enabled (or wal_log_hints=on), we
* need to protect the heap page from being torn.
*/
if (XLogHintBitIsNeeded())