Several buildfarm critters that don't usually produce such
warnings are complaining about
e717a9a18. I think it's
actually safe, but move initialization to silence the warning.
* least catch silly syntactic errors.
*/
raw_parsetree_list = pg_parse_query(prosrc);
+ querytree_list = NIL;
if (!haspolyarg)
{
/* But first, set up parameter information */
pinfo = prepare_sql_fn_parse_info(tuple, NULL, InvalidOid);
- querytree_list = NIL;
foreach(lc, raw_parsetree_list)
{
RawStmt *parsetree = lfirst_node(RawStmt, lc);