Re: Added prosupport function for estimating numeric generate_series rows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Added prosupport function for estimating numeric generate_series rows
Date
Msg-id 375710.1732833846@sss.pgh.pa.us
Whole thread Raw
In response to Re: Added prosupport function for estimating numeric generate_series rows  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Also a few minor things:
> * Missing space after "if"
> + if(arg3)
> * We always have an empty line after variable declarations, that's missing in:
> + NumericVar q;
> + init_var(&q);

This sort of stuff is best addressed by running the code through
pgindent, rather than fixing it manually.  Usually we don't insist
on submitters getting it right; the committer should pgindent it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning
Next
From: Tomas Vondra
Date:
Subject: Re: Enhancing Memory Context Statistics Reporting