Re: Support logical replication of DDLs - Mailing list pgsql-hackers

From Zheng Li
Subject Re: Support logical replication of DDLs
Date
Msg-id CAAD30UJQ2PnNUk3qBacfTDa9eDcrRC35HxqkbYfV1C8prNk0uA@mail.gmail.com
Whole thread Raw
In response to RE: Support logical replication of DDLs  ("Takamichi Osumi (Fujitsu)" <osumi.takamichi@fujitsu.com>)
List pgsql-hackers
On Fri, Mar 17, 2023 at 10:49 AM Takamichi Osumi (Fujitsu)
<osumi.takamichi@fujitsu.com> wrote:
>
> Hi
>
> On Tuesday, March 14, 2023 1:17 PM Ajin Cherian <itsajin@gmail.com> wrote:
> > I found out that the option ONLY was not parsed in the "CREATE INDEX"
> > command, for eg: CREATE UNIQUE INDEX ... ON ONLY table_name ...
> >
> > I've fixed this in patch 0002.
> FYI, cfbot reports a failure of v80 on linux [1]. Could you please check ?
>
>
> [17:39:49.745] ============== running regression test queries        ==============
> [17:39:49.745] test test_ddl_deparse             ... ok           27 ms
> [17:39:49.745] test create_extension             ... ok           60 ms
> [17:39:49.745] test create_schema                ... ok           28 ms
> [17:39:49.745] test aggregate                    ... ok           19 ms
> [17:39:49.745] test create_table                 ... FAILED      245 ms
> [17:39:49.745] test constraints                  ... FAILED      420 ms
> [17:39:49.745] test alter_table                  ... FAILED      448 ms
> [17:39:49.745] ============== shutting down postmaster               ==============
> [17:39:49.745]
> [17:39:49.745] ======================
> [17:39:49.745]  3 of 7 tests failed.
> [17:39:49.745] ======================
> [17:39:49.745]
> [17:39:49.745] The differences that caused some tests to fail can be viewed in the
> [17:39:49.745] file "/tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse_regress/regression.diffs".  A copy of the
testsummary that you see 
> [17:39:49.745] above is saved in the file
"/tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse_regress/regression.out".
>

Hi,

I've updated the failing test output in the attached patch set.

Regards,
Zane

Attachment

pgsql-hackers by date:

Previous
From: Önder Kalacı
Date:
Subject: Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL
Next
From: gkokolatos@pm.me
Date:
Subject: Re: Add LZ4 compression in pg_dump