Re: DEALLOCATE ALL - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: DEALLOCATE ALL
Date
Msg-id 200703292206.l2TM6YK02940@momjian.us
Whole thread Raw
In response to Re: DEALLOCATE ALL  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-patches
Marko Kreen wrote:
> Then a pooler argument: there is one pooler where RandomJoe executes
> queries and another for specific app where the subset of SQL it uses is
> known.  I want to RESET only specific things in app case.  So it would be
> good if the RESET-s for specific areas would be available.
>
> Also the objections to the Hans' patch give impression that different
> pooling solutions want different RESET EVERYTHING, so again,
> it would be good if RESET-s for different areas are available
> and the all-encomassing RESET EVERYTHING just ties all the specific
> RESETs together.

Totally agree.  Please make the adjustments to DEALLOCATE ALL, and roll
that into the 2004 patch for RESET SESSION and post and updated version.
Thanks.

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: [HACKERS] Full page writes improvement, code update
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] add CLUSTER table USING index (take 3)