Re: Some RELKIND macro refactoring

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Some RELKIND macro refactoring
Дата
Msg-id 202111231536.b56wwkvlg2m7@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Some RELKIND macro refactoring  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On 2021-Nov-23, Alvaro Herrera wrote:

> On 2021-Nov-22, Peter Eisentraut wrote:
> 
> > Maybe
> > 
> >     else
> >     {
> >         Assert(RELKIND_HAS_STORAGE(rel->rd_rel->relkind);
> >         RelationCreateStorage(rel->rd_node, relpersistence);
> >     }
> > 
> > create_storage is set earlier based on RELKIND_HAS_STORAGE(), so this would
> > be consistent.
> 
> Hmm, right ... but I think we can make this a little simpler.  How about
> the attached?

This doesn't actually work, so nevermind that.

-- 
Álvaro Herrera           39°49'30"S 73°17'W  —  https://www.EnterpriseDB.com/
Essentially, you're proposing Kevlar shoes as a solution for the problem
that you want to walk around carrying a loaded gun aimed at your foot.
(Tom Lane)



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

Предыдущее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: Patch to avoid orphaned dependencies
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: ResourceOwner refactoring