pgsql: Reorder two nbtree.h function prototypes.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Reorder two nbtree.h function prototypes.
Дата
Msg-id E1in5f8-0004cC-T5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reorder two nbtree.h function prototypes.

Make the function prototype order consistent with the definition order
in nbtpage.c.

Branch
------
master

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

Modified Files
--------------
src/include/access/nbtree.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make parser rely more heavily on the ParseNamespaceItem data str
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix typmod exposed for scalar function in FROM, too.