Resolve "TABLE TEMP_DISK_FXIDS is missing in the schema but is defined in the catalogue database when cta-restore-deleted-files is run with postgreSQL"
requested to merge 161-table-temp_disk_fxids-is-missing-in-the-schema-but-is-defined-in-the-catalogue-database-when into main
When createAndPopulateTempTableFxid
is run with PostgreSQL, the table will not be removed automatically, as the case is with OracleDB. Therefore, the temporary table should be removed after the commit of the query.
Closes #161 (closed)
Edited by Lasse Tjernaes Wardenaer