[BUGS] BUG #5799: failed to find conversion function from unknown to text

2010-12-21 Thread Sandro Santilli
The following bug has been logged online: Bug reference: 5799 Logged by: Sandro Santilli Email address: s...@keybit.net PostgreSQL version: 8.4.3 Operating system: GNU/Linux 64bit Description:failed to find conversion function from unknown to text Details: Function

[BUGS] Ambiguos OPERATOR items in pg_restore manifest file (was: [postgis-devel] utils/new_postgis_restore.pl)

2011-07-12 Thread Sandro Santilli
Trying to exclude items from dumps of postgis-enabled databases we use pg_restore -l output and strip what we think belong to PostGIS. In doing so, Renzo found that for OPERATOR there are not enough informations to unambiguosly find it being part of PostGIS (see included mail snippet). Do you thi

[BUGS] cache lookup failed from empty plpythonu function

2013-01-24 Thread Sandro Santilli
I've found a bug in plpythonu resulting in a "cache lookup" failure. Here's the SQL to reproduce (thanks Andres): CREATE EXTENSION plpythonu; CREATE OR REPLACE FUNCTION t() RETURNS trigger AS 'pass' LANGUAGE 'plpythonu'; CREATE TABLE a(); CREATE TABLE b(); CREATE TRIGGER check_quota AFTER INS