pgsql: Remove unnecessary cast causing a warning

From: Greg Stark <stark(at)mit(dot)edu>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary cast causing a warning
Date: 2014-04-29 11:44:49
Message-ID: E1Wf6Sv-0005CU-2u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary cast causing a warning

Incidentally, I reversed the two names in the earlier commit. The
original author was Sergey Muraviov and the reviewer was Emre
Hasegeli.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/print.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-29 17:13:03 pgsql: Improve planner to drop constant-NULL inputs of AND/OR where it'
Previous Message Greg Stark 2014-04-28 17:50:34 pgsql: Add support for wrapping to psql's "extended" mode. This makes i