Last modified: 2010-05-15 15:42:47 UTC
MediaWiki 1.8.2 installation on PostgreSQL datastore. Bug noticed when attempting to delete all revisions of an uploaded file. PostgreSQL error message: [Tue Dec 19 11:09:28 2006] [error] [client 0.0.0.0] PHP Warning: pg_query() [<a href='function.pg-query'>function.pg-query</a>]: Query failed: ERROR: function get_lock("unknown", integer) does not exist\nHINT: No function matches the given name and argument types. You may need to add explicit type casts. in ../mediawiki/includes/DatabasePostgres.php on line 381, referer: http://www.website.us/w/index.php?title=Image:Catalert.png&image=Catalert.png&action=delete SQL in function lock() in FileStore.php:38 Already recognized as a potential problem with an @fixme comment in the source.
This has been fixed in r18582 (and thus is in 1.9): thanks for the report.