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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove "const" from convertTSFunction()'s return type.
Date: 2015-07-02 18:11:48
Message-ID: E1ZAixg-00009Y-Em@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-02 18:22:20 pgsql: Remove obsolete heap_formtuple/modifytuple/deformtuple functions
Previous Message Joe Conway 2015-07-02 16:47:09 pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command