Skip to content

Commit b5cd0ec

Browse files
author
Amit Kapila
committed
Fix typo in pg_publication.h.
Author: shveta malik <shveta.malik@gmail.com> Discussion: https://postgr.es/m/CAJpy0uAyFN9o7vU_ZkZFv5-6ysXDNKNx_fC0gwLLKg=8==E3ow@mail.gmail.com
1 parent 8338983 commit b5cd0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_publication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extern Publication *GetPublicationByName(const char *pubname, bool missing_ok);
146146
extern List *GetRelationPublications(Oid relid);
147147

148148
/*---------
149-
* Expected values for pub_partopt parameter of GetRelationPublications(),
149+
* Expected values for pub_partopt parameter of GetPublicationRelations(),
150150
* which allows callers to specify which partitions of partitioned tables
151151
* mentioned in the publication they expect to see.
152152
*

0 commit comments

Comments
 (0)