From e62e73f3a2f2af765a3c69486ed78a5bc451367e Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 2 Jan 2024 12:24:28 -0500 Subject: gist: fix typo "split(t)ed" -> "split" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org --- src/include/access/gistxlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/gistxlog.h') diff --git a/src/include/access/gistxlog.h b/src/include/access/gistxlog.h index aff2ffbdcc2..988db12e391 100644 --- a/src/include/access/gistxlog.h +++ b/src/include/access/gistxlog.h @@ -69,7 +69,7 @@ typedef struct gistxlogPageSplit { BlockNumber origrlink; /* rightlink of the page before split */ GistNSN orignsn; /* NSN of the page before split */ - bool origleaf; /* was splitted page a leaf page? */ + bool origleaf; /* was split page a leaf page? */ uint16 npage; /* # of pages in the split */ bool markfollowright; /* set F_FOLLOW_RIGHT flags */ -- cgit v1.2.3