pgsql: Renumber cursor option flags

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Renumber cursor option flags
Дата
Msg-id E1lTJU2-0001EU-F7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Renumber cursor option flags

Move the planner-control flags up so that there is more room for parse
options.  Some pending patches need some room there, so do this
renumbering separately so that there is less potential for conflicts.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a63dd8afe2b859b853d857cd8a0392ca1e04ab6c

Modified Files
--------------
src/include/nodes/parsenodes.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix confusion in SP-GiST between attribute type and leaf storage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Refactor all TAP test suites doing connection checks