flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.

Home Page:https://flightaware.github.io/speedtables/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speedtable config.tcl has legacy Pgtcl setting

lehenbauer opened this issue · comments

Right now you have to set a variable to tell speedtables if you want PostgreSQL support. This should be an option to the configure script.

Just to clarify, it is already an option: configure --with-pgsql

I started by already adding --with-pgsql option to configure that controls this. However, the config.tcl needs to have "set withPgtcl 1" left enabled, or it will override and disable access.

Is this a matter of an incomplete conversion from config.tcl to configure?

Edit: if there's a new mechanism to select pgtcl, the config.tcl stuff needs to be pulled out.

fixed in 1.8.2