Peter Eisentraut wrote:
> Remove objname/objargs split for referring to objects
I don't know if this is the guilty commit, but I'm now getting these
compiler warnings:
/pgsql/source/master/src/backend/catalog/objectaddress.c: In function
'get_object_address':
/pgsql/source/master/src/backend/ca
Remove objname/objargs split for referring to objects
In simpler times, it might have worked to refer to all kinds of objects
by a list of name components and an optional argument list. But this
doesn't work for all objects, which has resulted in a collection of
hacks to place various other nodes