pgsql: Fix incorrect output from pgoutput when using column lists.

2022-12-01 Thread Amit Kapila
Fix incorrect output from pgoutput when using column lists. For Updates and Deletes, we were not honoring the columns list for old tuple values while sending tuple data via pgoutput. This results in pgoutput emitting more columns than expected. This is not a problem for built-in logical replicati

pgsql: Fix incorrect output from pgoutput when using column lists.

2022-12-01 Thread Amit Kapila
Fix incorrect output from pgoutput when using column lists. For Updates and Deletes, we were not honoring the columns list for old tuple values while sending tuple data via pgoutput. This results in pgoutput emitting more columns than expected. This is not a problem for built-in logical replicati