Dynamic configuration via LDAP in postmaster

Поиск
Список
Период
Сортировка
От Vasily Soshnikov
Тема Dynamic configuration via LDAP in postmaster
Дата
Msg-id CAJb1v+=VfymbY9ot7S0awr13CiDb=8_N26Rx8dhC+n9Qf6_ceg@mail.gmail.com
обсуждение исходный текст
Список pgsql-general

I need advise about where is best place for adding such features.

Currently I found that 'postmaster' have event loop(including handling SIGHUP) inside PostgressMain(postgress.c)  for realoding configuration file, based on my investigation my plan is handling ldap events just before SIGHUP.

PS I guess tomorrow I will start implement this feature inside 'postmaster', but before I start I wish to know expert opinion about where are most good place for dispatching of incomming messages(about configuration has changed etc) from the ldap.


--

Regard,

Soshnikov Vasily mailto:dedok.mad@gmail.com

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

Предыдущее
От: Michal Politowski
Дата:
Сообщение: Re: Inserting boolean types as an alias?
Следующее
От: Dorian Hoxha
Дата:
Сообщение: Re: Complex sql, limit-for-each group by, arrays, updates