Jeff Davis <[email protected]> writes:
> This fixes an issue introduced in a0ffa885e4, which was released in
> v15. Unfortunately, we didn't find a reasonable back-patchable
> solution, so I will commit only to master.
It looks to me like the existing branches all assign OID 10097
to type pg_parameter_acl. Could we get away with writing
BKI_ROWTYPE_OID(10097,ParameterAclRelation_Rowtype_Id)
in the back branches? It'd depend on whether there are any
build options that change how many OIDs get assigned before
this one, but if there aren't ...
It might not be worth taking any risk for, though, given the
lack of field reports.
regards, tom lane