Re: BUG #6205: ERROR: temporary tables cannot specify a schema name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6205: ERROR: temporary tables cannot specify a schema name
Дата
Msg-id 23670.1316619338@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6205: ERROR: temporary tables cannot specify a schema name  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BUG #6205: ERROR: temporary tables cannot specify a schema name
Список pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> On Sun, Sep 18, 2011 at 5:10 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> On Thu, Sep 15, 2011 at 12:05 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> In that case I'm betting Robert broke it somewhere in the unlogged-table
>>> changes.

>> Yeah, looks like it.  Will investigate.

> I committed a localized fix for this.  Basically, it now double-checks
> that the schema name isn't the one that would have been forced by the
> temp-ness, and doesn't throw an error if they match.

Keeping in mind that this worked before ... did you take the approach of
seeing exactly why it worked before, and why your changes broke it?
The patch you committed looked like it was introducing the functionality
from scratch, which should not have been the case.

            regards, tom lane

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

Предыдущее
От: "YAMAMOTO Takashi"
Дата:
Сообщение: BUG #6218: TRAP: FailedAssertion("!(owner->nsnapshots == 0)", File: "resowner.c", Line: 365)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6218: TRAP: FailedAssertion("!(owner->nsnapshots == 0)", File: "resowner.c", Line: 365)