From 8961cb9a0315fa23458587b3df547ca8d8e00f85 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 2 May 2023 12:23:08 +0900 Subject: Fix typos in comments The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com --- src/backend/access/gist/gistxlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/gist/gistxlog.c') diff --git a/src/backend/access/gist/gistxlog.c b/src/backend/access/gist/gistxlog.c index 9a86fb3feff..a2ddfd5e694 100644 --- a/src/backend/access/gist/gistxlog.c +++ b/src/backend/access/gist/gistxlog.c @@ -580,8 +580,8 @@ gistXLogAssignLSN(void) int dummy = 0; /* - * Records other than SWITCH_WAL must have content. We use an integer 0 to - * follow the restriction. + * Records other than XLOG_SWITCH must have content. We use an integer 0 + * to follow the restriction. */ XLogBeginInsert(); XLogSetRecordFlags(XLOG_MARK_UNIMPORTANT); -- cgit v1.2.3