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


Reply via email to