Re: Funny representation in pg_stat_statements.query.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Funny representation in pg_stat_statements.query.
Дата
Msg-id 17087.1390340248@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Funny representation in pg_stat_statements.query.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: Funny representation in pg_stat_statements.query.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> The fundamental cause of this issue is Const node which conveys
> the location of other than constant tokens. Any other nodes, for
> instance TypeCasts, are safe.

> So this is fixed by quite simple way like following getting rid
> of the referred difficulties of keeping the code sane and total
> loss of token locations. (white spaces are collapsed for readability)

Committed with minor adjustments (improved comments, and hit one
additional case you missed)
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: ALTER SYSTEM SET typos and fix for temporary file name management
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [9.3 bug] disk space in pg_xlog increases during archive recovery