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:
@ -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;
|
||||
|
Reference in New Issue
Block a user