Thread: pgsql: Improve ParseConfigFp comment wrt head/tail

pgsql: Improve ParseConfigFp comment wrt head/tail

From
Stephen Frost
Date:
Improve ParseConfigFp comment wrt head/tail

The head_p and tail_p pointers passed to ParseConfigFp() are actually
input/output parameters, not strictly output paramaters.  This updates
the function comment to reflect that.

Per discussion with Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0cf56f14dd15532fec930b502cb6457023b01ef8

Modified Files
--------------
src/backend/utils/misc/guc-file.l |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)