Re: Hash id in pg_stat_statements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Hash id in pg_stat_statements
Date
Msg-id 23336.1349100612@sss.pgh.pa.us
Whole thread Raw
In response to Hash id in pg_stat_statements  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Hash id in pg_stat_statements  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Can we please expose the internal hash id of the statements in
> pg_stat_statements?

> I know there was discussions about it earlier, and it wasn't done with
> an argument of it not being stable between releases (IIRC).

Worse than that: it could change across a minor version update.  These
are internal data structures we're hashing, and we've been known to
have to change them for bug-fix purposes.

> I've now run into multiple customer installations where it would be
> very useful to have. The usecase is mainly storing snapshots of the
> pg_stat_statements output over time and analyzing those.

Doesn't that immediately refute your claim that unstable hash values
would be okay?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CTE optimization fence on the todo list?
Next
From: Bruce Momjian
Date:
Subject: Re: Oid registry