Background worker/idle sessions and caching

Поиск
Список
Период
Сортировка
От Jeremy Finzel
Тема Background worker/idle sessions and caching
Дата
Msg-id CAMa1XUhBV-3SYJ9U9=PnbOf+Qs7=x4ivt05T4OyY0-6sCt9Rfw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Background worker/idle sessions and caching  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I have a background worker running SQL functions, and I believe I have noticed that when I do things like change function definitions, or even add tables, the background worker does not pick up the schema changes until I restart the worker.

Is this expected behavior?  If I use background workers in this way, can I send a signal to it to reload things like function defs, or do I need to restart the workers?

Thanks!
Jeremy

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Faster str to int conversion (was Table with large number of intcolumns, very slow COPY FROM)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PG-11] Potential bug related to INCLUDE clause of CREATE INDEX