Workaround PostgreSQL bug possibly triggering infinite loops
Implements casting of existing system column values during cartodbfication using ALTER rather than UPDATE. It's faster for tables with many rows and works around a longstanding PostgreSQL bug. See http://www.postgresql.org/message-id/20140530143150.GA11051@localhost CDB-3059
This commit is contained in:
@@ -7,6 +7,7 @@ Bug fixes:
|
||||
- Ensure cartodb_id uses an associated sequence (#33)
|
||||
- Fully qualify call to cdb_disable_ddl_hooks from cdb_enable_ddl_hooks
|
||||
- Fully qualify call to CDB_UserDataSize from quota trigger
|
||||
- Fix potential infinite loop in CDB_CartodbfyTable
|
||||
|
||||
|
||||
0.1.0 - 2014-05-23
|
||||
|
||||
Reference in New Issue
Block a user