Re: Coding guidelines for braces + spaces - link 404's

2021-09-20 Thread Tom Lane
Kevin Burke writes: > The Postgres Wiki has a bit that says to "See also the Formatting section > in the > documentation," but that link 404's, so I'm not sure where it is supposed > to go. Obsolete link, evidently. It should p

Re: Coding guidelines for braces + spaces - link 404's

2021-09-20 Thread Peter Eisentraut
On 20.09.21 05:37, Kevin Burke wrote: I have been working on a patch for Postgres. I'm curious about the suggested style for braces around if statements - some places don't include braces around an if statement body, if the if statement body is a single line. Generally, the braces should be o