Display the names of missing columns in error during logical replication.

Amit Kapila <akapila@postgresql.org>

Commit: f07707099c17e7ff66eac7d38cbd1148672f7ee4
Author: Amit Kapila <akapila@postgresql.org>
Date: 2020-10-07T02:44:19Z
Releases: 14.0
Display the names of missing columns in error during logical replication.

In logical replication when a subscriber is missing some columns, it
currently emits an error message that says "some" columns are missing, but
it doesn't specify the missing column names. Change that to display
missing column names which makes an error to be more informative to the
user.

We have decided not to backpatch this commit as this is a minor usability
improvement and no user has reported this.

Reported-by: Bharath Rupireddy
Author: Bharath Rupireddy
Reviewed-by: Kyotaro Horiguchi and Amit Kapila
Discussion: https://postgr.es/m/CALj2ACVkW-EXH_4pmBK8tNeHRz5ksUC4WddGactuCjPiBch-cg@mail.gmail.com

Files

PathChange+/−
src/backend/replication/logical/relation.c modified +45 −10

Discussion