]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in pg_publication.h.
authorAmit Kapila <akapila@postgresql.org>
Tue, 1 Jul 2025 09:47:03 +0000 (15:17 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 1 Jul 2025 09:47:03 +0000 (15:17 +0530)
Author: shveta malik <shveta.malik@gmail.com>
Discussion: https://postgr.es/m/CAJpy0uAyFN9o7vU_ZkZFv5-6ysXDNKNx_fC0gwLLKg=8==E3ow@mail.gmail.com

src/include/catalog/pg_publication.h

index 48c7d1a8615279e34c48cf53683ac0e645cdfc5f..6e074190fd2cd6d2cde2ff5bcd55eadaabd94588 100644 (file)
@@ -146,7 +146,7 @@ extern Publication *GetPublicationByName(const char *pubname, bool missing_ok);
 extern List *GetRelationPublications(Oid relid);
 
 /*---------
- * Expected values for pub_partopt parameter of GetRelationPublications(),
+ * Expected values for pub_partopt parameter of GetPublicationRelations(),
  * which allows callers to specify which partitions of partitioned tables
  * mentioned in the publication they expect to see.
  *