On Thu, Jun 16, 2022 at 05:19:46PM +0900, Kyotaro Horiguchi wrote: > At Sat, 11 Jun 2022 09:41:37 -0500, Justin Pryzby <pry...@telsasoft.com> > wrote in > > Note that this gives: > > > > guc.c:7573:9: warning: ‘dst’ may be used uninitialized in this function > > [-Wmaybe-uninitialized] > > Mmm. I don't have an idea where the 'dst' came from...
Well, in your latest patch, you've renamed it. guc.c:7586:19: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized] 7586 | PG_RETURN_TEXT_P(cstring_to_text(result)); -- Justin