Re: automatically assigning catalog toast oids
От
Andres Freund
Тема
Re: automatically assigning catalog toast oids
Дата
Msg-id
20181209211741.5ohnwu7q4aycvm2t@alap3.anarazel.de
Ответ на
Re: automatically assigning catalog toast oids (Stephen Frost)
Список
Дерево обсуждения
automatically assigning catalog toast oids John Naylor <jcnaylor@gmail.com>
Re: automatically assigning catalog toast oids Tom Lane <tgl@sss.pgh.pa.us>
Re: automatically assigning catalog toast oids Stephen Frost <sfrost@snowman.net>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids Tom Lane <tgl@sss.pgh.pa.us>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids Tom Lane <tgl@sss.pgh.pa.us>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids Tom Lane <tgl@sss.pgh.pa.us>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids John Naylor <jcnaylor@gmail.com>
Re: automatically assigning catalog toast oids Michael Paquier <michael@paquier.xyz>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids Alvaro Herrera <alvherre@2ndquadrant.com>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids John Naylor <jcnaylor@gmail.com>
Re: automatically assigning catalog toast oids John Naylor <jcnaylor@gmail.com>
Re: automatically assigning catalog toast oids Andres Freund <andres@anarazel.de>
Re: automatically assigning catalog toast oids John Naylor <jcnaylor@gmail.com>
Hi, On 2018-12-09 15:42:57 -0500, Stephen Frost wrote: > * Tom Lane (tgl@sss.pgh.pa.us) wrote: > > John Naylor writes: > > > Commit 96cdeae07 added toast tables to most catalogs. One disadvantage > > > is that the toast declarations require hard-coded oids, even though > > > only shared catalogs actually need stable oids. Now that we can assign > > > oids on the fly, it makes sense to do so for toast tables as well, as > > > in the attached. > > > > I'm a bit dubious that this is a good idea. It's handy, at least for > > forensic situations, that the system catalogs have stable OIDs. Hm, but won't they have that for major versions anyway? We ought not to change the .bki generation in a way that results in differing oids after a release, no? > I tend to agree... What's the advantage of assigning them on the fly? No idea if that's John's reasoning, but I do like not having to do yet another manual step that you need to remember/figure out when adding a new catalog relation. Greetings, Andres Freund
В списке pgsql-hackers по дате отправления