summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila2025-07-01 09:47:03 +0000
committerAmit Kapila2025-07-01 09:47:03 +0000
commitb5cd0ecd4d4fa89b716785f22e9f009624104d61 (patch)
tree01869e2bf114ce5606dcc276df575874cd4fe056 /src
parent83389838827b75dbdc9e4c251e2f57b23bfb2cff (diff)
Fix typo in pg_publication.h.
Author: shveta malik <[email protected]> Discussion: https://postgr.es/m/CAJpy0uAyFN9o7vU_ZkZFv5-6ysXDNKNx_fC0gwLLKg=8==E3ow@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_publication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_publication.h b/src/include/catalog/pg_publication.h
index 48c7d1a8615..6e074190fd2 100644
--- a/src/include/catalog/pg_publication.h
+++ b/src/include/catalog/pg_publication.h
@@ -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.
*