postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Gcc11 warning on patches15_18

Open pashkinelfe opened this issue 1 year ago • 0 comments

planner.c: In function ‘subquery_planner’:
planner.c:2290:41: warning: ‘refType’ may be used uninitialized [-Wmaybe-uninitialized]
 2290 |                 newrc->allRefTypes = (1 << refType);
      |                                      ~~~^~~~~~~~~~~

pashkinelfe avatar Sep 26 '23 11:09 pashkinelfe