mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
This commit is contained in:
parent
8338983882
commit
b5cd0ecd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue