adding libpq to pgbouncer breaks single handler

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема adding libpq to pgbouncer breaks single handler
Дата
Msg-id b42b73151002061000m55808f00y21c67f0da82660e0@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Having a weird issue that I just can't figure out.  We are playing
with implementing listen/notify in pgbouncer.  Our strategy involved
some libpq calls etc so we added libpq to the make.  Doing this
completely broke pgbouncer signals...something else is catching
SIGINT.  If we comment our function that makes libpq calls (with the
linker thereby optimizing out the libpq stuff), the problem goes away.
 Note none of our code actually, runs, we manually raise a kill
immediately after setting up signals in pgbouncer and it doesn't get
properly caught if we have libpq linked in.

merlin

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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: Multiple buffer cache?
Следующее
От: Michael Kohout
Дата:
Сообщение: Snow Leopard-how to get PG 8.4 to start up on demand?