Changes between Initial Version and Version 1 of Ticket #3605
- Timestamp:
- 07/31/16 17:46:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3605 – Description
initial v1 1 1 In going thru the code, I noticed for raster we have 2 2 3 4 {{{ 3 5 _st_countagg_finalfn and __st_countagg_finalfn 6 }}} 7 4 8 5 9 Why do we have one with _ and with __ .I first thought I made a mistake in my mass schema qualify calls work and introduced another underscore by accident, but I see the same thing in PostGIS 2.2 code.