pgsql: Add explicit cast to amcostestimate call. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add explicit cast to amcostestimate call.
Date
Msg-id E1aL0vX-0001Wi-Mu@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restructure index access method API to hide most of it at the C
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix typo.