Re: Fix redundant comments in fmgr.c
On Thu, Apr 22, 2021 at 11:44:10AM +, houzj.f...@fujitsu.com wrote: > I found some possible redundant comments in fmgr.c Thanks, fixed. I have noticed one extra inconsistency at the top of fmgr_symbol(). > I guess the comment here was miscopied from fmgr_info_cxt_security: Right, coming rig
Fix redundant comments in fmgr.c
Hi, I found some possible redundant comments in fmgr.c 1. fmgr_symbol(Oid functionId, char **mod, char **fn) { HeapTuple procedureTuple; Form_pg_proc procedureStruct; bool isnull; Datum prosrcattr