Revision 3130
Added by Aaron Marcuse-Kubitza over 12 years ago
db_xml.py | ||
---|---|---|
176 | 176 |
sql.add_pkey(db, in_table) |
177 | 177 |
|
178 | 178 |
pkeys_loc = put_table_(node, in_row_ct_ref) |
179 |
|
|
180 |
# Work around PostgreSQL's temp table disk space leak |
|
181 |
db.reconnect() |
|
179 | 182 |
|
180 | 183 |
return pkeys_loc |
181 | 184 |
|
Also available in: Unified diff
db_xml.py: put_table(): Work around PostgreSQL's temp table disk space leak by reconnecting to the DB after every partition