Re: executor relation handling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: executor relation handling
Дата
Msg-id 15338.1538681279@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: executor relation handling  (Andres Freund <andres@anarazel.de>)
Ответы Re: executor relation handling
Re: executor relation handling
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I've not really followed this thread, and just caught up to here.  It
> seems entirely unacceptable to not acquire locks on workers to me.
> Maybe I'm missing something, but why do/did the patches in this thread
> require that / introduce that? We didn't have that kind of concept
> before, no?  The group locking stuff should rely / require that kind of
> thing, no?

I'm possibly confused, but I thought that the design of parallel query
involved an expectation that workers didn't need to get their own locks.
What we've determined so far in this thread is that workers *do* get
their own locks (or did before yesterday), but I'd been supposing that
that was accidental not intentional.

In any case, I definitely intend that they will be getting their own
locks again after the dust has settled.  Panic not.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lukas Fittl
Дата:
Сообщение: Procedure calls are not tracked in pg_stat_user_functions / track_functions
Следующее
От: Andres Freund
Дата:
Сообщение: Re: executor relation handling