Project

General

Profile

« Previous | Next » 

Revision 3130

db_xml.py: put_table(): Work around PostgreSQL's temp table disk space leak by reconnecting to the DB after every partition

View differences:

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