pgRouting

Ticket #19 (closed bug report: fixed)

Opened 1 year ago

Last modified 1 year ago

Shooting* crashes with PostgreSQL 8.2.4

Reported by: anton Assigned to: anton
Priority: critical Milestone:
Component: Shooting* Version: 1.0.0a
Keywords: Cc:

Description (Last modified by anton)

Shooting * function crashes with PostgreSQL 8.2.4, but it is working with older versions. There is one thing which is funny - it's wokring with 8.2.4 running with gdb tool.

See Ticket #16

Change History

07/17/07 16:49:18 changed by anton

  • owner changed from somebody to anton.
  • status changed from new to assigned.

07/17/07 16:49:43 changed by anton

  • milestone deleted.

07/17/07 16:51:06 changed by anton

  • description changed.

07/30/07 12:26:32 changed by anton

Id field is used now to create edge index map (see [22]). It could solve the problem.

Anyway, it needs to be tested well.

08/03/07 09:52:10 changed by anton

  • status changed from assigned to closed.
  • resolution set to fixed.

I put index field back, but now edge index map is initialized in proper way.