diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-01-13 14:49:23 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-01-13 14:49:23 +0530 |
commit | b7ae03953690a1dee455ba3823cc8f71a72cbe1d (patch) | |
tree | c427ef729c28f708b01a5b56536509c0f570d280 /src/backend/utils/adt/pgstatfuncs.c | |
parent | dca8b01f5f1f7c83c59a16393724fbd8a29ddecb (diff) | |
download | postgresql-b7ae03953690a1dee455ba3823cc8f71a72cbe1d.tar.gz postgresql-b7ae03953690a1dee455ba3823cc8f71a72cbe1d.zip |
Ignore dropped and generated columns from the column list.
We don't allow different column lists for the same table in the different
publications of the single subscription. A publication with a column list
except for dropped and generated columns should be considered the same as
a publication with no column list (which implicitly includes all columns
as part of the columns list). However, as we were not excluding the
dropped and generated columns from the column list combining such
publications leads to an error "cannot use different column lists for
table ...".
We decided not to backpatch this fix as there is a risk of users seeing
this as a behavior change and also we didn't see any field report of this
case.
Author: Shi yu
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/OSZPR01MB631091CCBC56F195B1B9ACB0FDFE9@OSZPR01MB6310.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions