Re: Extensions, this time with a patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extensions, this time with a patch
Дата
Msg-id 29135.1287781755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extensions, this time with a patch  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> Anyway, my point is that by default there's no directory scanning: the
> lookup is first directed towards ${extension-name}.control, of
> course. Only when this file does not exists or its name property is
> different from the extension name do we get to scan the directory, and
> we stop as soon as we find the .control file with the right name in it.

This seems (a) way overcomplicated, and (b) sorely in need of a
unique-index mechanism.

Please just use the filenames and have done.  This is lily-gilding
at its finest.  People who want to use non-ascii filenames are welcome
to do so, and deal with any ensuing fallout themselves.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Integer input functions for date and timestamp
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Integer input functions for date and timestamp