Re: [EXTERNAL] Re: Allow declaration after statement and reformat code to use it

2021-08-21 Thread Ranier Vilela
Em sáb., 21 de ago. de 2021 às 12:02, Andrew Dunstan escreveu: > > On 8/20/21 12:30 PM, Ranier Vilela wrote: > > > > > > There is a reason why GMs Brian Kernighan and Dennis Ritchie made the > > C89, less buggy. > > IMHO C99 makes it easy to make more mistakes. > > One more step and we won't even

Re: [EXTERNAL] Re: Allow declaration after statement and reformat code to use it

2021-08-21 Thread Andrew Dunstan
On 8/20/21 12:30 PM, Ranier Vilela wrote: > > > There is a reason why GMs Brian Kernighan and Dennis Ritchie made the > C89, less buggy. > IMHO C99 makes it easy to make more mistakes. > One more step and we won't even need to declare a variable. > > I've used both styles in different languages

Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o

2021-08-21 Thread Dilip Kumar
On Wed, Aug 18, 2021 at 3:45 PM Dilip Kumar wrote: > > On Wed, Aug 18, 2021 at 11:24 AM Amit Kapila wrote: > > > > On Tue, Aug 17, 2021 at 4:34 PM Andres Freund wrote: > > > > > > On 2021-08-17 10:54:30 +0530, Amit Kapila wrote: > > > > 5. How can we provide a strict mechanism to not allow to us