Re: [BUGS] BUG #14476: crosstabview reports mistaken location
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [BUGS] BUG #14476: crosstabview reports mistaken location |
| Дата | |
| Msg-id | 17567.1482700057@sss.pgh.pa.us обсуждение |
| Ответ на | [BUGS] BUG #14476: crosstabview reports mistaken location (t.katsumata1122@gmail.com) |
| Список | pgsql-bugs |
t.katsumata1122@gmail.com writes:
> I'm playing with crosstabview, PostgreSQL9.6 new feature.
> And I noticed the error message is not correct when it has duplicate data.
Yup, you're right.
> It seems this problem is reproduced when number of row is higher than 10.
It looks to me like the triggering condition is that the data values
aren't in ASCII (strcmp()) order. As long as they are, the "pivot value"
array order matches the rank order and so the error message accidentally
selects the appropriate array entries.
Fix pushed, thanks for the report!
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера