Re: Lets (not) break all the things. Was: [pgsql-advocacy]9.6 -> 10.0

Поиск
Список
Период
Сортировка
От Yury Zhuravlev
Тема Re: Lets (not) break all the things. Was: [pgsql-advocacy]9.6 -> 10.0
Дата
Msg-id 0f547b0d-59e9-48d0-9d49-acea51790b92@postgrespro.ru
обсуждение исходный текст
Ответ на Lets (not) break all the things. Was: [pgsql-advocacy] 9.6 -> 10.0  (Justin Clift <justin@postgresql.org>)
Ответы Re: Lets (not) break all the things. Was: [pgsql-advocacy] 9.6 -> 10.0  (Justin Clift <justin@postgresql.org>)
Список pgsql-hackers
Justin Clift wrote:
> Simon included a short starter list of potentials which might be in
> that category:
>
>   * SQL compliant identifiers
>   * Remove RULEs
>   * Change recovery.conf
>   * Change block headers
>   * Retire template0, template1
>   * Optimise FSM
>   * Add heap metapage
>   * Alter tuple headers
>   et al

+ CMake build I think.

Now I can build:
* postgres
* bin/* programs
* pl/* languages
* contrib/* (with cmake PGXS analogue)

Can run regression and isolation tests for postgres/pl* and all contrib
modules.

There is still a lot of work but I hope everything will turn out. Also it
would be good to get help.

Thanks.

PS https://github.com/stalkerg/postgres_cmake

--
Yury Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Code cleanup in the wake of recent LWLock refactoring.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: Some other things about contrib/bloom and generic_xlog.c