Re: ERROR: missing chunk number 0 for toast value
От
Andres Freund
Тема
Re: ERROR: missing chunk number 0 for toast value
Дата
Msg-id
20140106144704.GI28320@alap2.anarazel.de
Ответ на
Re: ERROR: missing chunk number 0 for toast value (Robert Haas)
Список
Дерево обсуждения
ERROR: missing chunk number 0 for toast value Rushabh Lathia <rushabh.lathia@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Heikki Linnakangas <hlinnakangas@vmware.com>
Re: ERROR: missing chunk number 0 for toast value Tom Lane <tgl@sss.pgh.pa.us>
Re: ERROR: missing chunk number 0 for toast value Jim Nasby <jim@nasby.net>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Tom Lane <tgl@sss.pgh.pa.us>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Robert Haas <robertmhaas@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Tom Lane <tgl@sss.pgh.pa.us>
Re: ERROR: missing chunk number 0 for toast value Jim Nasby <jim@nasby.net>
Re: ERROR: missing chunk number 0 for toast value Heikki Linnakangas <hlinnakangas@vmware.com>
Re: ERROR: missing chunk number 0 for toast value Andres Freund <andres@2ndquadrant.com>
Re: ERROR: missing chunk number 0 for toast value Florian Pflug <fgp@phlo.org>
Re: ERROR: missing chunk number 0 for toast value Tom Lane <tgl@sss.pgh.pa.us>
Re: ERROR: missing chunk number 0 for toast value Amit Kapila <amit.kapila16@gmail.com>
Re: ERROR: missing chunk number 0 for toast value Amit Kapila <amit.kapila16@gmail.com>
On 2014-01-06 09:43:45 -0500, Robert Haas wrote: > > I actually vote for not allowing doing so at all by erroring out when > > accessing a plpgsql variable created in an aborted subxact, unless you > > explicitly signal that you want to do do so by calling some function > > deleting the information about which subxact a variable was created > > in. I have seen several bugs caused by people assuming that EXCEPTION > > BLOCK/subtransaction rollback had some kind of effects on variables > > created in them. And we just don't have much support for doing anything > > in that direction safely. > > So, you want to let users do things that are unsafe, but only if they > ask nicely? That hardly seems right. Well, no. If they have to use that function explicitly *before* the subxact aborted, we can copy & detoast the value out of that context safely. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления