Fix potential infinite loop in CDB_QueryStatements

This fix was already present at one point in cartodb/lib/sql
(where the code was copied from) but in a different branch than
the one the code was initially copied from.

The fix depends on plpython language which becomes a new dependency.
This commit is contained in:
Sandro Santilli
2014-06-05 15:00:57 +02:00
parent fba8d3ab84
commit f9f73d2d62
8 changed files with 64 additions and 10 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ comment = 'Turn a database into a cartodb user database.'
superuser = true
relocatable = false
schema = cartodb
requires = 'schema_triggers, postgis'
requires = 'schema_triggers, postgis, plpythonu'