Re: 9.4 release notes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 9.4 release notes
Дата
Msg-id 20140506002456.GQ29541@momjian.us
обсуждение исходный текст
Ответ на Re: 9.4 release notes  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Mon, May  5, 2014 at 05:22:59PM -0700, Peter Geoghegan wrote:
> On Mon, May 5, 2014 at 5:13 PM, Bruce Momjian <bruce@momjian.us> wrote:
> > OK, I understand now.  I also split the item into two separate ones so I
> > could highlight things.  Please see the new ouput --- I ended up
> > creating a pg_stat_statements section because there are now three items:
> >
> >         http://momjian.us/pgsql_docs/release-9-4.html
> 
> 
> I agree with the need for a separate section.
> 
> You wrote:
> 
> "This allows programs to reuse the query text already retrieved by
> referencing queryid."
> 
> That's perhaps a little misleading, since queryid should virtually
> always match the original normalized query text (so we only have to
> get a new query text when there is a new queryid). I probably would
> have phrased it:
> 
> "This allows monitoring tools to only fetch query texts for newly
> observe entries, as determined by queryid"

OK, done.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: 9.4 release notes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCH] `pg_dump -Fd` doesn't check write return status...