Skip to content

Commit 4a92d73

Browse files
committed
remove excessive logs
1 parent 9525358 commit 4a92d73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5275,7 +5275,6 @@ MtmExecutorStart(QueryDesc *queryDesc, int eflags)
52755275
funcform = (Form_pg_proc) GETSTRUCT(func_tuple);
52765276
is_sec_def = funcform->prosecdef;
52775277
ReleaseSysCache(func_tuple);
5278-
elog(LOG, "Function %s security defined=%d", tle->resname, is_sec_def);
52795278
if (!is_sec_def)
52805279
{
52815280
continue;

0 commit comments

Comments
 (0)