Re: Index use during Hot Standby - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Index use during Hot Standby
Date
Msg-id 48FDAACD.90807@sigaev.ru
Whole thread Raw
In response to Re: Index use during Hot Standby  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Index use during Hot Standby
List pgsql-hackers
> I guess we'd use the same technique for GIN. ginInsertValue() ??
> Hmm, you release the lock at line 412, ginbtree.c before you get the
> parent lock at line 428. That seems different to the L&Y interactions.
> Am I looking in the wrong place?

at line 412 new page (right page) is unlocked, old page (left one) is unlocked 
later - at line 448, after parent page is locked.
-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: SE-PostgreSQL wiki updates, but ...
Next
From: Mike Aubury
Date:
Subject: Re: automatic parser generation for ecpg