Re: Add index OID macro argument to DECLARE_INDEX

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Add index OID macro argument to DECLARE_INDEX
Дата
Msg-id ea33c0db-a1dc-2c1b-d52a-1ad852a5b095@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Add index OID macro argument to DECLARE_INDEX  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
On 21.06.21 13:53, John Naylor wrote:
>  > This patch changes places like this
>  >
>  > DECLARE_UNIQUE_INDEX_PKEY(pg_aggregate_fnoid_index, 2650, on
>  > pg_aggregate using btree(aggfnoid oid_ops));
>  > #define AggregateFnoidIndexId  2650
>  >
>  > to this
>  >
>  > DECLARE_UNIQUE_INDEX_PKEY(pg_aggregate_fnoid_index, 2650,
>  > AggregateFnoidIndexId, on pg_aggregate using btree(aggfnoid oid_ops));
> 
> +1, and the patch looks good to me.

committed, thanks



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: RFC: Detailed reorder buffer stats dumps
Следующее
От: Andrey Lepikhov
Дата:
Сообщение: Add '--ignore-errors' into pg_regress