Re: BUG #7703: Error with partitioning with distinct over aggregate
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #7703: Error with partitioning with distinct over aggregate |
| Дата | |
| Msg-id | 18647.1353952905@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | BUG #7703: Error with partitioning with distinct over aggregate (maxim.boguk@gmail.com) |
| Ответы |
Re: BUG #7703: Error with partitioning with distinct over aggregate
|
| Список | pgsql-bugs |
maxim.boguk@gmail.com writes:
> test=# create table test (id serial);
> NOTICE: CREATE TABLE will create implicit sequence "test_id_seq" for serial
> column "test.id"
> CREATE TABLE
> test=# create index test_id_key on test(id);
> CREATE INDEX
> test=# create table test_part_1 (like test including all) INHERITS (test);
> NOTICE: merging column "id" with inherited definition
> CREATE TABLE
> test=# explain analyze select distinct min(id) from test;
> ERROR: failed to re-find MinMaxAggInfo record
Fixed, thanks for the report.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера