v46_amit_1.patch.txt

text/plain

Filename: v46_amit_1.patch.txt
Type: text/plain
Part: 0
Message: Re: Skipping schema changes in publication
diff --git a/src/backend/catalog/pg_publication.c b/src/backend/catalog/pg_publication.c
index f71ad1e49e5..ae179a9c647 100644
--- a/src/backend/catalog/pg_publication.c
+++ b/src/backend/catalog/pg_publication.c
@@ -757,9 +757,10 @@ publication_add_schema(Oid pubid, Oid schemaid, bool if_not_exists)
 /*
  * Get the list of publication oids associated with a specified relation.
  *
- * Parameter 'pubids' returns the Oids of the publications the relation is part
- * of. Parameter 'except_pubids' returns the Oids of publications the relation
- * is excluded from.
+ * 'pubids' returns the Oids of the publications the relation is part of.
+ *
+ * 'except_pubids' returns the Oids of publications the relation is excluded
+ * from.
  *
  * This function returns true if the relation is part of any publication.
  */
@@ -866,6 +867,7 @@ GetIncludedRelationsByPub(Oid pubid, PublicationPartOpt pub_partopt)
 
 /*
  * Return the list of tables Oids excluded from a publication.
+ *
  * This is only applicable for FOR ALL TABLES publications.
  */
 List *