Re: TODO item: list prepared queries - Mailing list pgsql-patches

From Joachim Wieland
Subject Re: TODO item: list prepared queries
Date
Msg-id 20051212233931.GA8596@mcknight.de
Whole thread Raw
In response to Re: TODO item: list prepared queries  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: TODO item: list prepared queries  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
On Mon, Dec 12, 2005 at 12:32:09PM +0100, Peter Eisentraut wrote:
> Joachim Wieland wrote:
> > * %Allow pooled connections to list all prepared queries

> This looks nice, but for consistency in naming, this should be about
> prepared *statements*.

Okay, the appended patch is basically a s/query/statement/g.

Whoever reviews this patch could also apply this renaming to at least the
hash table in src/backend/commands/prepare.c:

static HTAB *prepared_queries = NULL;


Joachim


Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [BUGS] BUG #2108: Function with OUT parameters not recognized, using plpgsql
Next
From: Neil Conway
Date:
Subject: Re: TODO item: list prepared queries