pgsql: Fix object identity string for transforms

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix object identity string for transforms
Date: 2023-02-13 13:10:43
Message-ID: E1pRYbS-000vsu-Hw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <zhengli10(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAD30UKg8rXeGM8Oy_MAmxKBL_K5DiHXdeNF=hUefcu1C_6VfQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a312562314abcec91ae9cff3a4af37196c3886e

Modified Files
--------------
src/backend/catalog/objectaddress.c | 2 +-
src/test/regress/expected/object_address.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-02-13 13:26:35 pgsql: Remove obsolete pgindent options --code-base and --build
Previous Message Alvaro Herrera 2023-02-13 10:53:01 pgsql: Add wait_for_replay_catchup wrapper to Cluster.pm