Re: [CORE] Re: MY PATCH

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [CORE] Re: MY PATCH
Дата
Msg-id 200006091138.HAA11588@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: MY PATCH  (Chris Bitmead <chris@bitmead.com>)
Список pgsql-patches
>
> The regression results are correct. It's just that they're different
> than what they used to be because of the SQL3 ONLY incompatibility. I
> wasn't sure if people wanted to change the regression tests to give the
> old results, or just insert the new results.
>
> Also, I don't get any core dump. Are you sure you did a full clean and
> initdb?

I am seeing a backend crash in the inherit regression test:

    SELECT * FROM ONLY d;
        aa    | bb | cc | dd
    ----------+----+----+----
     ddd      |    |    |
     dddd     |    |    |
     ddddd    |    |    |
     dddddd   |    |    |
     ddddddd  |    |    |
     dddddddd |    |    |
    (6 rows)

    UPDATE a SET aa='zzzz' WHERE aa='aaaa';
    pqReadData() -- backend closed the channel unexpectedly.
            This probably means the backend terminated abnormally
            before or while processing the request.
    connection to server was lost

Should I send you a backtrace?

--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: MY PATCH
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: MY PATCH