Fix object identity string for transforms
authorAlvaro Herrera
Mon, 13 Feb 2023 13:03:09 +0000 (14:03 +0100)
committerAlvaro Herrera
Mon, 13 Feb 2023 13:03:09 +0000 (14:03 +0100)
commit9a312562314abcec91ae9cff3a4af37196c3886e
tree8575087ec0fa95a0d3e30c26e5cd4fd7b8f4d0b3
parenta1acdacada4aaeb233d819f519d16a9eb85a6eef
Fix object identity string for transforms

In commit ad89a5d115b3, we added an unhelpful 'ON' that doesn't match
the input syntax.  This was discovered while adding code to support for
DDL in logical replication.

No backpatch because of the change of behavior, however improbable it
may be that somebody is depending on this.

Author: Zheng Li 
Discussion: https://postgr.es/m/CAAD30UKg8rXeGM8Oy_MAmxKBL_K5DiHXdeNF=hUefcu1C_6VfQ@mail.gmail.com
src/backend/catalog/objectaddress.c
src/test/regress/expected/object_address.out