pgsql: Move DATA entry to correct position

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Move DATA entry to correct position
Дата
Msg-id E1aVTgu-0007Rx-Uw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move DATA entry to correct position

In commit 7b4bfc87 the DATA and DESCR entries for the new
row_security_active() function were inadvertantly put after
the PROVOLATILE defines, rather than before as they should
have been placed. Move them up where they belong.

Backpatch to 9.5 where the new entries were introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/851636bfdaa9aa62d5adfaa0aa8c06b408e0d8a9

Modified Files
--------------
src/include/catalog/pg_proc.h | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Allow the WAL writer to flush WAL at a reduced rate.
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Move DATA entry to correct position