Re: Index use during Hot Standby

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Index use during Hot Standby
Date: 2008-10-21 10:11:25
Message-ID: 48FDAACD.90807@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Aubury 2008-10-21 10:22:54 Re: automatic parser generation for ecpg
Previous Message KaiGai Kohei 2008-10-21 09:48:36 SE-PostgreSQL wiki updates, but ...