On Mon, Feb 24, 2014 at 9:34 AM, Alvaro Herrera <[email protected]> wrote: > Yeah, erroring out seems good enough. Particularly if you add a hint > saying "please upgrade the extension".
In past instances where this has come up, we have actually made the .so backward-compatible. See pg_stat_statements in particular. I'd prefer to keep to that precedent here. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
