Re: DEALLOCATE ALL

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marko Kreen <markokr(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PGSQL-Patches <pgsql-patches(at)postgresql(dot)org>, Andrzej Rusin <Andrzej(dot)Rusin(at)interia(dot)pl>
Subject: Re: DEALLOCATE ALL
Date: 2007-03-29 22:06:33
Message-ID: 200703292206.l2TM6YK02940@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-03-29 22:07:57 Re: [PATCH] add CLUSTER table USING index (take 3)
Previous Message Simon Riggs 2007-03-29 20:28:36 Re: [PATCHES] Full page writes improvement, code update