mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix typo in comment of gistdoinsert().
Author: Tender Wang Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com
This commit is contained in:
@ -627,7 +627,7 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Workhouse routine for doing insertion into a GiST index. Note that
|
* Workhorse routine for doing insertion into a GiST index. Note that
|
||||||
* this routine assumes it is invoked in a short-lived memory context,
|
* this routine assumes it is invoked in a short-lived memory context,
|
||||||
* so it does not bother releasing palloc'd allocations.
|
* so it does not bother releasing palloc'd allocations.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user