aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gistxlog.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-01-02 12:24:28 -0500
committerRobert Haas <rhaas@postgresql.org>2024-01-02 12:24:28 -0500
commite62e73f3a2f2af765a3c69486ed78a5bc451367e (patch)
tree9ff64936829d126e7205b9ecbfa735f7471da633 /src/include/access/gistxlog.h
parent591cf626e71b460c53bef23347b93a0cfbd91f0f (diff)
downloadpostgresql-e62e73f3a2f2af765a3c69486ed78a5bc451367e.tar.gz
postgresql-e62e73f3a2f2af765a3c69486ed78a5bc451367e.zip
gist: fix typo "split(t)ed" -> "split"
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
Diffstat (limited to 'src/include/access/gistxlog.h')
-rw-r--r--src/include/access/gistxlog.h2
1 files changed, 1 insertions, 1 deletions
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 */