Changes between Initial Version and Version 2 of Ticket #4654
- Timestamp:
- 03/30/20 14:14:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4654
- Property Owner changed from to
-
Ticket #4654 – Description
initial v2 4 4 5 5 There are some around computing stats: 6 ``` 6 {{{ 7 7 mar 27 20:25:24 Mordor postgres[396099]: ==396099== Conditional jump or move depends on uninitialised value(s) 8 8 mar 27 20:25:24 Mordor postgres[396099]: ==396099== at 0x813D16B: gbox_is_valid (gbox.c:221) … … 18 18 mar 27 20:25:24 Mordor postgres[396099]: ==396099== by 0x742ADD: PortalRun (pquery.c:796) 19 19 mar 27 20:25:24 Mordor postgres[396099]: ==396099== by 0x73DFD2: exec_simple_query (postgres.c:1215) 20 ``` 20 }}} 21 21 22 ``` 22 {{{ 23 23 mar 27 20:21:18 Mordor postgres[395155]: ==395155== Conditional jump or move depends on uninitialised value(s) 24 24 mar 27 20:21:18 Mordor postgres[395155]: ==395155== at 0x81184B1: next_float_down (lwgeom_api.c:63) … … 34 34 mar 27 20:21:18 Mordor postgres[395155]: ==395155== by 0x744933: ProcessUtility (utility.c:360) 35 35 mar 27 20:21:18 Mordor postgres[395155]: ==395155== by 0x74426A: PortalRunUtility (pquery.c:1175) 36 ``` 36 }}} 37 37 38 38 This one seem like a cast: 39 ``` 39 {{{ 40 40 mar 27 20:23:26 Mordor postgres[395843]: ==395843== Conditional jump or move depends on uninitialised value(s) 41 41 mar 27 20:23:26 Mordor postgres[395843]: ==395843== at 0x813D39B: gbox_merge (gbox.c:276) … … 68 68 mar 27 20:23:26 Mordor postgres[395843]: ==395843== by 0x3E4770: transformAssignedExpr (parse_target.c:577) 69 69 70 ``` 70 }}} 71 71 72 72