Remove "const" from convertTSFunction()'s return type.
authorHeikki Linnakangas
Thu, 2 Jul 2015 18:10:26 +0000 (21:10 +0300)
committerHeikki Linnakangas
Thu, 2 Jul 2015 18:11:17 +0000 (21:11 +0300)
commita3fd7afe3090a5098f93408d47da70b47fb59e7b
tree8587fca11c201ec814268828ea7c40cb6c9223a9
parentf712289ffad7c3fb6eb3be4f81adb0aa0981c9f7
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.
src/bin/pg_dump/pg_dump.c