pgsql: Add explicit cast to amcostestimate call.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add explicit cast to amcostestimate call.
Date: 2016-01-18 03:56:23
Message-ID: E1aL0vX-0001Wi-Mu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add explicit cast to amcostestimate call.

My compiler doesn't complain here, but David Rowley's does ...

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49b49506502026a3653bca490c939dc8934afe95

Modified Files
--------------
src/backend/optimizer/path/costsize.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2016-01-18 12:30:51 pgsql: Fix typo.
Previous Message Bruce Momjian 2016-01-18 02:15:24 Re: pgsql: Further tweaking of print_aligned_vertical().