Re: Suggestions please: names for function cachabilityattributes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Suggestions please: names for function cachabilityattributes
Дата
Msg-id 13591.1018677954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Suggestions please: names for function cachabilityattributes  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Suggestions please: names for function cachabilityattributes  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Tom Lane writes:
>> case 1: "immutable"
>> case 2: "mutable", or perhaps "stable"
>> case 3: "volatile"

> Since they've changed anyway, how about dropping the silly "is" in front
> of the names?

"volatile" would conflict with a C keyword.  Possibly we could get away
with this at the SQL level, but I was worried...
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Suggestions please: names for function cachabilityattributes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Scanner performance (was Re: 7.3 schedule)