diff options
author | Amit Kapila <akapila@postgresql.org> | 2025-07-01 15:17:03 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2025-07-01 15:17:03 +0530 |
commit | b5cd0ecd4d4fa89b716785f22e9f009624104d61 (patch) | |
tree | 01869e2bf114ce5606dcc276df575874cd4fe056 /src | |
parent | 83389838827b75dbdc9e4c251e2f57b23bfb2cff (diff) | |
download | postgresql-b5cd0ecd4d4fa89b716785f22e9f009624104d61.tar.gz postgresql-b5cd0ecd4d4fa89b716785f22e9f009624104d61.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_publication.h | 2 |
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. * |