Add const to values and nulls arguments

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Add const to values and nulls arguments
Дата
Msg-id 14c31f4a-0347-0805-dce8-93a9072c05a5@eisentraut.org
обсуждение исходный текст
Ответы Re: Add const to values and nulls arguments
Список pgsql-hackers
There are a lot of Datum *values, bool *nulls argument pairs that should 
really be const.  The 0001 patch makes those changes.  Some of these 
hunks depend on each other.

The 0002 patch, which I'm not proposing to commit at this time, makes 
similar changes but in a way that breaks the table and index AM APIs. 
So I'm just including that here in case anyone wonders, why didn't you 
touch those.  And also maybe if we ever change that API incompatibly we 
could throw this one in then.
Вложения

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

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: RFC: Logging plan of the running query
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression