Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a539d00

Browse files
committed
remove excessive logs
1 parent bc9dc44 commit a539d00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multimaster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5271,7 +5271,6 @@ MtmExecutorStart(QueryDesc *queryDesc, int eflags)
52715271
funcform = (Form_pg_proc) GETSTRUCT(func_tuple);
52725272
is_sec_def = funcform->prosecdef;
52735273
ReleaseSysCache(func_tuple);
5274-
elog(LOG, "Function %s security defined=%d", tle->resname, is_sec_def);
52755274
if (!is_sec_def)
52765275
{
52775276
continue;

0 commit comments

Comments
 (0)