Re: [PATCHES] RESET SESSION v2

2007-04-07 Thread Neil Conway
On Tue, 2007-04-03 at 10:15 +0300, Marko Kreen wrote: New commands: CLOSE ALL -- close all cursors DEALLOCATE ALL -- close all prepared stmts RESET PLANS-- drop all plans RESET TEMP | TEMPORARY -- drop all temp tables

Re: [PATCHES] RESET SESSION v2

2007-04-07 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] writes: * ResetPlanCache() is implemented as PlanCacheCallback((Datum)0, InvalidOid); That seems to leave plans for utility commands untouched. Is it problem? Yes, I'd think you'd also want to cleanup plans for utility commands. Utility commands haven't got

Re: [PATCHES] RESET SESSION v2

2007-04-03 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. ---