From 75eb9766ec201b62f264554019757716093e2a2f Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 28 Jan 2025 10:42:46 +0530 Subject: Rename pubgencols_type to pubgencols in pg_publication. The column added in commit e65dbc9927, pubgencols_type, was inconsistent with the naming conventions of other columns in the pg_publication catalog. Author: Vignesh C Reviewed-by: Amit Kapila Reviewed-by: Peter Smith Discussion: https://postgr.es/m/CALDaNm1u-ufVOW-RUsXSooqzkpohxfZYy=z78fbcr_9Pq5hbCg@mail.gmail.com --- src/backend/utils/cache/relcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/cache/relcache.c') diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index ee39d085ebe..43219a9629c 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -5820,7 +5820,7 @@ RelationBuildPublicationDesc(Relation relation, PublicationDesc *pubdesc) if ((pubform->pubupdate || pubform->pubdelete) && pub_contains_invalid_column(pubid, relation, ancestors, pubform->pubviaroot, - pubform->pubgencols_type, + pubform->pubgencols, &invalid_column_list, &invalid_gen_col)) { -- cgit v1.2.3