Re: table schema causes crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tom(at)minnesota(dot)com
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-general(at)postgresql(dot)org
Subject: Re: table schema causes crash
Date: 2002-12-20 23:37:43
Message-ID: 25858.1040427463@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<tom(at)minnesota(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lucky Leavell 2002-12-21 00:11:25 Re: IN or EXISTS?? faster one
Previous Message scott.marlowe 2002-12-20 23:24:29 Re: table schema causes crash