Improve documentation of struct ParseState.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3c40594e6eeabb3a8ad22aee93de3a19c41efdc2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-01-07T20:34:28Z
Releases: 10.0
Improve documentation of struct ParseState.

I got annoyed about how some fields of ParseState were documented in the
struct's block comment and some weren't; not all of the latter are trivial.
Fix that.  Also reorder a couple of fields that seem to have been placed
rather randomly, or maybe with an idea of avoiding padding space; but there
are never so many ParseStates in existence at one time that we ought to
value pad space over readability.

Files

PathChange+/−
src/include/parser/parse_node.h modified +39 −5