Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141180 - postgresql-8.0.8: crashes when selecting oid from an view
Summary: postgresql-8.0.8: crashes when selecting oid from an view
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Highest critical (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 08:31 UTC by Enrico 'nekrad' Weigelt
Modified: 2007-09-23 00:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enrico 'nekrad' Weigelt 2006-07-20 08:31:24 UTC
imagine you have an view (which also has some INSERT and UPDATE rules), but without an separate oid field.

you do:

SELECT oid, * FROM myview ; 

result:

server crashes.
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2006-11-08 12:37:07 UTC
Seems to be fixed in 8.1 (my tests didn't crash the server).