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