pgsql: Improve ParseConfigFp comment wrt head/tail - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Improve ParseConfigFp comment wrt head/tail
Date
Msg-id E1Yr6Sd-0001rP-01@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Recommend include_realm=1 in docs
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add new OID alias type regrole