Re: Problem reloading regression database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem reloading regression database
Дата
Msg-id 441.1010980296@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem reloading regression database  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Problem reloading regression database
Список pgsql-hackers
Brent Verner <brent@rcfile.org> writes:
> I must retract this assertion.  As posted, this patch dies on the
> second line of a COPY file...  argh.  What did I break?

First guess is that you allocated some data structure in the per-tuple
context that needs to be in the per-query context (ie, needs to live
throughout the copy).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Release time
Следующее
От: Brent Verner
Дата:
Сообщение: Re: Problem reloading regression database