pgsql: Improve ParseConfigFp comment wrt head/tail

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Improve ParseConfigFp comment wrt head/tail
Дата
Msg-id E1Yr6Sd-0001rP-01@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Recommend include_realm=1 in docs
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add new OID alias type regrole