1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

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
This commit is contained in:
Robert Haas
2024-01-02 12:24:28 -05:00
parent 591cf626e7
commit e62e73f3a2
7 changed files with 25 additions and 25 deletions

View File

@ -495,12 +495,12 @@ gist_mask(char *pagedata, BlockNumber blkno)
*/
XLogRecPtr
gistXLogSplit(bool page_is_leaf,
SplitedPageLayout *dist,
SplitPageLayout *dist,
BlockNumber origrlink, GistNSN orignsn,
Buffer leftchildbuf, bool markfollowright)
{
gistxlogPageSplit xlrec;
SplitedPageLayout *ptr;
SplitPageLayout *ptr;
int npage = 0;
XLogRecPtr recptr;
int i;