Re: 64-bit queryId?
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Greg Stark <stark@mit.edu>, Tom Lane <tgl@sss.pgh.pa.us>, Alexander Korotkov <a.korotkov@postgrespro.ru>, Peter Geoghegan <pg@bowt.ie>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-10-02T13:26:13Z
Lists: pgsql-hackers
On Mon, Oct 2, 2017 at 1:22 AM, Robert Haas <robertmhaas@gmail.com> wrote: > On Sun, Oct 1, 2017 at 3:48 PM, Greg Stark <stark@mit.edu> wrote: > > Well these kinds of monitoring systems tend to be used by operations > > people who are a lot more practical and a lot less worried about > > theoretical concerns like that. > > +1, well said. > +1 as well. I think these people would be perfectly find by it changing across a version upgrade as long as they know that's the deal. *Most* of the time there is no version upgrade going on, so it would work fine that time. Most operations people already deal with a lot of such parameters changing around. I'm sure most of them would be more than happy with an improvement, even if it's not mathematically perfect. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
Commits
-
pg_stat_statements: Add a comment about the dangers of padding bytes.
- 2959213bf33c 11.0 landed
-
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
- cff440d36869 11.0 landed