Re: Exposing the stats snapshot timestamp to SQL

From: Matt Kelly <mkellycs(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Exposing the stats snapshot timestamp to SQL
Date: 2015-01-30 05:27:01
Message-ID: CA+KcUkg3aQ6z-0KfWJviaBYttM_cF3q73ApwWWrMPrL4j94w4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

​Actually, I just did one more code review of myself, and somehow missed
that I submitted the version with the wrong oid. The oid used in the first
version is wrong (10000) and was from before I read the docs on properly
picking one.

Attached is the fixed version. (hopefully with the right mime-type and
wrong extension. Alas, gmail doesn't let you set mime-types; time to find
a new email client...)

- Matt K.

Attachment Content-Type Size
pg_stat_snapshot_timestamp_v2.patch.txt text/plain 5.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-01-30 05:37:15 Re: jsonb, unicode escapes and escaped backslashes
Previous Message Tom Lane 2015-01-30 05:07:22 Re: Exposing the stats snapshot timestamp to SQL