Re: [HACKERS] logical replication busy-waiting on a lock
От | Petr Jelinek |
---|---|
Тема | Re: [HACKERS] logical replication busy-waiting on a lock |
Дата | |
Msg-id | ef55d5c2-50d9-8f31-2a07-8d85366c9854@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] logical replication busy-waiting on a lock (Andres Freund <andres@anarazel.de>) |
Ответы |
Re: [HACKERS] logical replication busy-waiting on a lock
|
Список | pgsql-hackers |
On 09/06/17 01:06, Andres Freund wrote: > Hi, > > On 2017-06-03 04:50:00 +0200, Petr Jelinek wrote: >> One thing I don't like is the GetLastLocalTransactionId() that I had to >> add because we clear the proc->lxid before we get to AtEOXact_Snapshot() >> but I don't have better solution there. > > I dislike that quite a bit - how about we instead just change the > information we keep in exportedSnapshots? I.e. store a pointer to an > struct ExportedSnapshot > { > char *exportedAs; > Snapshot snapshot; > } > > Then we can get rid of that relatively ugly list_length() business too. > That sounds reasonable, I'll do that. -- Petr Jelinek http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления: