mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicated words split across lines in comments
This has been detected using some interesting tricks with sed, and the method used is mentioned in details in the discussion below. Author: Justin Pryzby Discussion: https://postgr.es/m/20180908013109.GB15350@telsasoft.com
This commit is contained in:
@ -211,7 +211,7 @@ freeGinBtreeStack(GinBtreeStack *stack)
|
||||
/*
|
||||
* Try to find parent for current stack position. Returns correct parent and
|
||||
* child's offset in stack->parent. The root page is never released, to
|
||||
* to prevent conflict with vacuum process.
|
||||
* prevent conflict with vacuum process.
|
||||
*/
|
||||
static void
|
||||
ginFindParents(GinBtree btree, GinBtreeStack *stack)
|
||||
|
Reference in New Issue
Block a user