doc: Update note about source code formatting
Peter Eisentraut <peter@eisentraut.org>
doc: Update note about source code formatting Update the note about why not to use // comments, even though it's now technically supported. The note about variable declarations was dropped here because it's addressed more properly later in the chapter. Discussion: https://www.postgresql.org/message-id/flat/156924954640.1117.6309209869705522549%40wrigleys.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/sources.sgml | modified | +3 −3 |
Documentation touched
Discussion
- Do not use C++ style comments (// comments). Strict ANSI C compilers do not accept them. 5 messages · 2019-09-23 → 2019-09-30