Re: Add index OID macro argument to DECLARE_INDEX - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add index OID macro argument to DECLARE_INDEX
Date
Msg-id ea33c0db-a1dc-2c1b-d52a-1ad852a5b095@enterprisedb.com
Whole thread Raw
In response to Re: Add index OID macro argument to DECLARE_INDEX  (John Naylor <john.naylor@enterprisedb.com>)
List 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 by date:

Previous
From: Craig Ringer
Date:
Subject: Re: RFC: Detailed reorder buffer stats dumps
Next
From: Andrey Lepikhov
Date:
Subject: Add '--ignore-errors' into pg_regress