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

From Tom Lane
Subject Re: table schema causes crash
Date
Msg-id 26617.1040433212@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
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

pgsql-general by date:

Previous
From:
Date:
Subject: Re: table schema causes crash
Next
From: Arnout Engelen
Date:
Subject: 'revoke create on database' doesn't work as expected