| From: | "James Pang (chaolpan)" <chaolpan(at)cisco(dot)com> |
|---|---|
| To: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
| Cc: | PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | RE: pg_logical_slot_peek_changes with slots created with pglogical_output missed DML records, |
| Date: | 2023-01-11 06:17:04 |
| Message-ID: | PH0PR11MB5191E7EF90D8C519AEC995B8D6FC9@PH0PR11MB5191.namprd11.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I test same with test_decoding no problem. Only see that issue with pglogical_output plugin, could you share pglogical mailinglist?
Thanks,
James
-----Original Message-----
From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Sent: Wednesday, January 11, 2023 2:03 PM
To: James Pang (chaolpan) <chaolpan(at)cisco(dot)com>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_logical_slot_peek_changes with slots created with pglogical_output missed DML records,
On Tue, Jan 10, 2023 at 7:12 PM James Pang (chaolpan) <chaolpan(at)cisco(dot)com> wrote:
>
> Hi,
>
> We test pglogical replication, with
> pglogical.conflict_resolution=error, and from source database run
>
> Insert into pgbench_branches values(109,0,’test’);
>
> Commit;
>
Can you reproduce this with native logical replication? Otherwise, it may be better to report this on pglogical mailing list.
--
With Regards,
Amit Kapila.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ruslan Talpa | 2023-01-11 06:54:25 | Re: set_config with is_local parameter true escapes transaction boundaries |
| Previous Message | Adam Thomas | 2023-01-11 06:04:15 | pg_identify_object return missing 'domain' keyword for domain constraints |