Re: setting per-database/role parameters checks them against wrong context
From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Selena Deckelmann <selena(at)chesnok(dot)com>
Cc:
Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: setting per-database/role parameters checks them against wrong context
Date:
2012-10-01 20:00:59
Message-ID:
641.1349121659@sss.pgh.pa.us (view raw or flat )
Thread:
2012-09-28 03:29:44 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-09-28 14:10:34 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-10-01 19:37:19 from Selena Deckelmann <selena(at)chesnok(dot)com>
2012-10-01 20:00:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-10-01 20:04:54 from Josh Berkus <josh(at)agliodbs(dot)com>
2012-10-01 20:37:11 from Selena Deckelmann <selena(at)chesnok(dot)com>
2012-10-01 21:28:45 from Selena Deckelmann <selena(at)chesnok(dot)com>
2012-10-06 21:20:53 from Selena Deckelmann <selena(at)chesnok(dot)com>
2013-01-25 19:44:25 from Bruce Momjian <bruce(at)momjian(dot)us>
2013-01-25 20:35:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-25 20:40:57 from Bruce Momjian <bruce(at)momjian(dot)us>
Lists:
pgsql-hackers
Selena Deckelmann <selena(at)chesnok(dot)com> writes:
> The check_temp_buffers() problem seems like a regression and blocks us
> from upgrading to 9.2. The use case are functions that set
> temp_buffers and occasionally are called in a series from a parent
> session. The work around is... a lot of work.
Uh ... how is that a regression? AFAIK it's been that way right along.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Josh BerkusDate: 2012-10-01 20:04:54
Subject : Re: setting per-database/role parameters checks them against
wrong context
Previous :From : Selena DeckelmannDate : 2012-10-01 19:37:19
Subject : Re: setting per-database/role parameters checks them
against wrong context