pgsql: Remove "const" from convertTSFunction()'s return type.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove "const" from convertTSFunction()'s return type.
Дата
Msg-id E1ZAixg-00009Y-Em@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove "const" from convertTSFunction()'s return type.

There's no particular reason to mark it as such. The other convert*
functions have no const either.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a3fd7afe3090a5098f93408d47da70b47fb59e7b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Plug some trivial memory leaks in pg_dump and pg_upgrade.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions