Ticket #1557 (closed defect: fixed)
[raster] ST_MapAlgebraExpr advertising X and Y as float8 types
| Reported by: | strk | Owned by: | pracine |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
The prepared statement implementation is pretending that all substituted keywords are float8 types. This in turns break some usages. My expression that used to work is broken, in particular.
X and Y are integer, will always be integers. Advertising as such should help. We know what goes were, so we can as well hard-code integers for X/Y.
Change History
Note: See
TracTickets for help on using
tickets.
