8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 07:23:03 +01:00
This commit is contained in:
asfernandes 2010-04-13 22:50:15 +00:00
parent 840c205c48
commit 070c67f96a

View File

@ -3200,7 +3200,7 @@ jrd_prc* MET_procedure(thread_db* tdbb, int id, bool noscan, USHORT flags)
parameter->prm_default_value =
MET_parse_blob(tdbb, NULL, &pa_default_value, NULL, NULL, false);
}
catch(const Exception&)
catch (const Exception&)
{
// Here we loose pools created for previous defaults.
// Probably we should use common pool for defaults and procedure itself.