Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT
От | Kuntal Ghosh |
---|---|
Тема | Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT |
Дата | |
Msg-id | CAGz5QC+hjdUEF8EhWHiBoMqc6N4kZRTitb=jmD6bQb7jRoLQEg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT (Dilip Kumar <dilipbalaut@gmail.com>) |
Ответы |
Re: [HACKERS] Autovacuum launcher occurs error when cancelled by SIGINT
|
Список | pgsql-hackers |
On Wed, Jun 21, 2017 at 7:07 PM, Dilip Kumar <dilipbalaut@gmail.com> wrote: > On Wed, Jun 21, 2017 at 6:50 PM, Kuntal Ghosh > <kuntalghosh.2007@gmail.com> wrote: >> I think we can just check dsm_find_mapping() to check whether the dsm >> handle is already attached. Something like, >> >> } >> - else >> + else if(!dsm_find_mapping(AutoVacuumShmem->av_dsa_handle)) >> { >> AutoVacuumDSA = dsa_attach(AutoVacuumShmem->av_dsa_handle); >> dsa_pin_mapping(AutoVacuumDSA); >> >> Thoughts? > > IMHO, It's not a good idea to use DSM call to verify the DSA handle. > Okay. Is there any particular scenario you've in mind where this may fail? -- Thanks & Regards, Kuntal Ghosh EnterpriseDB: http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления: