Remove noticed used in debugging

pull/5899/head
gledis69 2022-04-11 12:33:40 +03:00
parent 9312eda040
commit e50ad9e8f9
1 changed files with 0 additions and 3 deletions

View File

@ -981,9 +981,6 @@ lock_relation_if_exists(PG_FUNCTION_ARGS)
nowait = PG_GETARG_BOOL(2);
}
ereport(NOTICE, errmsg("%s %s %s", text_to_cstring(relationName), text_to_cstring(
lockModeText), nowait ? "nowait" : "wait"));
/* ensure that we're in a transaction block */
RequireTransactionBlock(true, "lock_relation_if_exists");