diff options
| author | Michael Paquier | 2019-07-29 03:28:30 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-07-29 03:28:30 +0000 |
| commit | eb43f3d19324d7e5376b1f57fc2e5c142a6b5f3d (patch) | |
| tree | bf891accfbaff49a006960ebdfd4f1f8e12d4252 /src/backend/access/common/bufmask.c | |
| parent | 7cce159349ccdb39ade07f869f08e4929ef2fe0b (diff) | |
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code
comments, variable names and unreferenced variables.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/common/bufmask.c')
| -rw-r--r-- | src/backend/access/common/bufmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/bufmask.c b/src/backend/access/common/bufmask.c index ee1c6f234a2..bcd9bd007b7 100644 --- a/src/backend/access/common/bufmask.c +++ b/src/backend/access/common/bufmask.c @@ -20,7 +20,7 @@ #include "access/bufmask.h" /* - * mask_page_lsn + * mask_page_lsn_and_checksum * * In consistency checks, the LSN of the two pages compared will likely be * different because of concurrent operations when the WAL is generated and |
