> I rebased the remaining patches on top of HEAD. So far, I have run
> pgindent and completed the doc merge for 0001.  The 0002 and 0003 are
> just rebased.
>

Hi Dilip,

I was testing on the master branch (commit
a5918fddf10d297c70f7ec9067e9177e0be6d520 -
"Allow logical replication conflicts to be logged to a table") for
basic CLT operations,
and ran into an issue I'd like to check with you.
I ran the SQL from the shell script and expected an insert conflict to
get logged in the CLT. I created the subscription as follows:

create subscription sub connection '...' publication pub
WITH(conflict_log_destination='table');
NOTICE:  created conflict log table
"pg_conflict.pg_conflict_log_16414" for subscription "sub"
NOTICE:  created replication slot "sub" on publisher
CREATE SUBSCRIPTION

However, I noticed that the conflicts are still being logged to the
log file rather than to pg_conflict.pg_conflict_log_16414.

Would you be able to let me know if my test setup was correct, or if
I'm missing a step somewhere? Any pointers would be much appreciated.

Thanks,
Kedar

Attachment: CLT_test1.sh
Description: Bourne shell script

Reply via email to