[question] difference between vm_extend and fsm_extend

Поиск
Список
Период
Сортировка
От Junwang Zhao
Тема [question] difference between vm_extend and fsm_extend
Дата
Msg-id CAEG8a3K_zajxhWMpJO=f1Z70kBjwe3RiMb9_Jyv4=8M9sSJEow@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hey hacks,

I'm looking the code of free space map and visibility map, both the module
call  `ExtendBufferedRelTo` to extend its file when necessary, what confused
me is that `vm_extend` has an extra step that send a shared message to force
other backends to close other smgr references.

My question is why does `fsm_extend` not need the invalidation step?

-- 
Regards
Junwang Zhao



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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Report planning memory in EXPLAIN ANALYZE
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Support to define custom wait events for extensions