Caution: tonight's commits force initdb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Caution: tonight's commits force initdb
Дата
Msg-id 22208.935207909@sss.pgh.pa.us
обсуждение исходный текст
Ответы RE: [HACKERS] Caution: tonight's commits force initdb  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
I have just committed changes that alter the representation of
SortClause nodes (making them like GroupClause, instead of the
crufty way they were done before).  This breaks stored rules!
You will need to initdb next time you pull current sources...

The good news is that the optimizer is finally reasonably smart
about avoiding a top-level Sort operation.
        regards, tom lane


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

Предыдущее
От: "Hub.Org News Admin"
Дата:
Сообщение: ...
Следующее
От: Wayne Piekarski
Дата:
Сообщение: Re: [HACKERS] Inefficiencies in COPY command