Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/amcheck/verify_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static bool amcheck_index_mainfork_expected(Relation rel);
/*
* Check if index relation should have a file for its main relation fork.
* Verification uses this to skip unlogged indexes when in hot standby mode,
* where there is simply nothing to verify.
* where there is simply nothing to verify .
*
* NB: Caller should call index_checkable() before calling here.
*/
Expand Down