Re: Do not use C++ style comments (// comments). Strict ANSI C compilers do not accept them.
Anders Åstrand <andast@kth.se>
From: Anders Åstrand <andast@kth.se>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-docs@lists.postgresql.org
Date: 2019-09-30T09:18:46Z
Lists: pgsql-docs
Attachments
- (unnamed) (text/html)
<div dir='auto'>Thanks for your attention! That sentence made me believe the style guide was outdated, but then I found fairly recent posts referring to it and got confused.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sep 26, 2019 10:53, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:<br type="attribution" /><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">On 2019-09-25 00:13, Tom Lane wrote: <br> > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: <br> >> PostgreSQL 12 requires C99, so those guidelines should probably be <br> >> rephrased from "because old compilers don't accept it" to "because we <br> >> like it that way". <br> > <br> > Yeah, or more formally "to encourage consistent coding style". <br> <br> fixed <br> <br> -- <br> Peter Eisentraut http://www.2ndQuadrant.com/ <br> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services <br> </p> </blockquote></div><br></div>
Commits
-
doc: Update note about source code formatting
- b4d615aaa1ec 12.0 landed
- 49e36e7901c6 13.0 landed