Re: table schema causes crash - Mailing list pgsql-general

From Tom Lane
Subject Re: table schema causes crash
Date
Msg-id 25858.1040427463@sss.pgh.pa.us
Whole thread Raw
In response to Re: table schema causes crash  (<tom@minnesota.com>)
Responses Re: table schema causes crash  (<tom@minnesota.com>)
List pgsql-general
<tom@minnesota.com> writes:
> Could it be related to the fact that in 7.2 and earlier, didn't use the flag:
> --enable-multibyte
> I only started using  --enable-multibyte in 7.2.3.

Oh?  Are you sure you've been consistent about using --enable-multibyte?

I am suddenly wondering about the possible consequences of psql compiled
with multibyte used with a libpq.so compiled without, or vice versa.

I don't believe that we'd see these consequences for psql and backend
not compiled the same way; those combinations are reasonably well
tested.  I'm less sure about psql-to-libpq.so incompatibilities, though.

            regards, tom lane

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: table schema causes crash
Next
From: Lucky Leavell
Date:
Subject: Re: IN or EXISTS?? faster one