pgsql: Improve ParseConfigFp comment wrt head/tail

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve ParseConfigFp comment wrt head/tail
Date: 2015-05-09 15:14:38
Message-ID: E1Yr6Sd-0001rP-01@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-09 17:41:18 pgsql: Add new OID alias type regrole
Previous Message Stephen Frost 2015-05-08 23:40:45 pgsql: Recommend include_realm=1 in docs