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-21 01:13:32
Message-ID: 26617.1040433212@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While studying this I noticed a number of potential buffer overruns in
the 7.2.3 version of describeTableDetails(). They were mostly fixed
already in 7.3, and I just committed a fix for one more. However,
I do not believe that any of these overruns could have occurred in the
example you give, so there's still something fishy going on. On the
whole, I'd still bet that it's a 64-bit-platform issue. But where?
Good luck digging...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arnout Engelen 2002-12-21 01:13:42 'revoke create on database' doesn't work as expected
Previous Message tom 2002-12-21 00:25:30 Re: table schema causes crash