Re: Relation cache invalidation on replica - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Relation cache invalidation on replica
Date
Msg-id CAPpHfdswps_Wobo-0wnCzp5P1Od4L_utwQ7CZ7nxqz8pkG0X2A@mail.gmail.com
Whole thread Raw
In response to Relation cache invalidation on replica  (Васильев Дмитрий<d.vasilyev@postgrespro.ru>)
Responses Re: Relation cache invalidation on replica
List pgsql-hackers
On Fri, Feb 26, 2016 at 3:41 PM, Васильев Дмитрий <d.vasilyev@postgrespro.ru> wrote:
Session opened on replica doesn't see concurrently created indexes at this time on master.

As I get, on standby index is visible when you run SQL queries on catalog tables (that is what \d+ does), but planner doesn't pick it. Assuming that in new session planner picks this index, it seems to be bug for me.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Sanity checking for ./configure options?
Next
From: Васильев Дмитрий
Date:
Subject: Re: Relation cache invalidation on replica