Hello I can not build current HEAD cleanly. I got warning:
> postgres.c: In function ‘check_log_duration’: > postgres.c:2254:17: warning: ‘in_sample’ may be used uninitialized in this > function [-Wmaybe-uninitialized] > if ((exceeded && in_sample) || log_duration) Should not we have such change? > - bool in_sample; > + bool in_sample = false; thank you! regards, Sergei