Re: [CORE] Re: MY PATCH - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [CORE] Re: MY PATCH
Date
Msg-id 200006091138.HAA11588@candle.pha.pa.us
Whole thread Raw
In response to Re: MY PATCH  (Chris Bitmead <chris@bitmead.com>)
List 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 by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: MY PATCH
Next
From: Bruce Momjian
Date:
Subject: Re: Re: MY PATCH