[BUGS] Backend crash on query with UNION subselect

2001-01-12 Thread pgsql-bugs
Vladimir Zamiussky ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Backend crash on query with UNION subselect Long Description There are two nearly identical tables, differ from each other by the length of corresponding field

Re: [BUGS] Backend crash on query with UNION subselect

2001-01-12 Thread Tom Lane
[EMAIL PROTECTED] writes: > There are two nearly identical tables, differ from each other by the > length of corresponding fields of type CHARACTER (one has > CHARACTER(20) field, other has CHARACTER(30) field). > when i do "select * from table1 union select * from table2" backend > crashes with m

[BUGS] possible database corruption

2001-01-12 Thread Chris Anderson
POSTGRESQL BUG REPORT TEMPLATE Your name : Chris Anderson Your email address : [EMAIL

Re: [BUGS] possible database corruption

2001-01-12 Thread Tom Lane
Chris Anderson <[EMAIL PROTECTED]> writes: > [ occasional crash in GetRawDatabaseInfo() ] Try applying the following patch, which corresponds to a bug that I noticed in GetRawDatabaseInfo a couple months ago: it looks at one tuple-pointer slot too many in each page of pg_database. Normally the b

Re: [BUGS] Query Problem!!

2001-01-12 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > I have problem with the GROUP BY But which is it??? -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/