Re: "as quickly as possible" (was: remove spurious CREATE INDEX CONCURRENTLY wait)
От | Alvaro Herrera |
---|---|
Тема | Re: "as quickly as possible" (was: remove spurious CREATE INDEX CONCURRENTLY wait) |
Дата | |
Msg-id | 20201123212802.GA8237@alvherre.pgsql обсуждение исходный текст |
Ответ на | Re: "as quickly as possible" (was: remove spurious CREATE INDEX CONCURRENTLY wait) (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: "as quickly as possible" (was: remove spurious CREATE INDEX CONCURRENTLY wait)
|
Список | pgsql-hackers |
On 2020-Nov-23, Tom Lane wrote: > Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > > On 2020-Nov-19, Michael Paquier wrote: > >> By the way, it strikes me that you could just do nothing as long as > >> (log_min_messages > DEBUG1), so you could encapsulate most of the > >> logic that plays with the lock tag using that. > > > Good idea, done. > > I'm less sure that that's a good idea. It embeds knowledge here that > should not exist outside elog.c; moreover, I'm not entirely sure that > it's even correct, given the nonlinear ranking of log_min_messages. Well, we already do this in a number of places. But I can get behind this: > Maybe it'd be a good idea to have elog.c expose a new function > along the lines of "bool message_level_is_interesting(int elevel)" > to support this and similar future optimizations in a less fragile way.
В списке pgsql-hackers по дате отправления: