Re: [HACKERS] psql commandline conninfo

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [HACKERS] psql commandline conninfo
Дата
Msg-id 2663.24.211.165.134.1166274669.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Re: [HACKERS] psql commandline conninfo  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] psql commandline conninfo  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> "Andrew Dunstan" <andrew@dunslane.net> writes:
>> Here's the patch for what I think is the consensus position. If there's
>> no
>> objection I will apply this and document it.
>
> Please do something for the comment for the connectOptions1 call.
> As you've coded it, that is doing two completely different things
> and the comment is almost completely unhelpful at explaining this
> complexity.  Oh, and casting away const gets no points for style.

ouch. :-)

Ok, I accept the reproof. In fact I got up this morning, had my coffee,
and thought "That's a silly way to do it, I could make it much neater by
moving the dbName processing up," and lo and behold when I read your email
you had done it :-) It shall be done as you wish.

BTW, what is the approved way to handle warnings about const? Copy the
object?

cheers

andrew


В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] psql commandline conninfo
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] psql commandline conninfo