Re: ISN was: Core Extensions relocation

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: ISN was: Core Extensions relocation
Дата
Msg-id CAEYLb_W1SAT60Y6FoO3YUzfj44+Po-pejuCEBLMpv9G-+ejpig@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ISN was: Core Extensions relocation  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: ISN was: Core Extensions relocation
Список pgsql-hackers
On 17 November 2011 02:32, Josh Berkus <josh@agliodbs.com> wrote:
>
>> (I'm a bit concerned about the angle that the code has some smarts
>> currently about where to put hyphens in output.  If we rip that out
>> it could definitely break application code, whereas dropping a check
>> shouldn't.)
>
> Right.  Do we need to dump the hyphen logic?

Only if you think that it's better to have something that covers many
cases but is basically broke. Perhaps it's different for code that is
already committed, but in the case of new submissions it tends to be
better to have something that is limited in a well-understood way
rather than less limited in a way that is unpredictable or difficult
to reason about.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: ISN was: Core Extensions relocation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: When do we lose column names?