Обсуждение: pgsql: Remove "const" from convertTSFunction()'s return type.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)