Обсуждение: modify planner codes, get failed

Поиск
Список
Период
Сортировка

modify planner codes, get failed

От
"jacktby@gmail.com"
Дата:
jacktby@gmail.com
--------------
Hello, I'm trying to modify pg codes for my personal project. And after I finish modify planner, I get this.



postgres=# create table tt(a int);
CREATE TABLE
postgres=# \d tt
ERROR:  btree index keys must be ordered by attribute

the patches are below
Вложения