mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03: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:
@ -146,7 +146,7 @@ extern Publication *GetPublicationByName(const char *pubname, bool missing_ok);
|
|||||||
extern List *GetRelationPublications(Oid relid);
|
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
|
* which allows callers to specify which partitions of partitioned tables
|
||||||
* mentioned in the publication they expect to see.
|
* mentioned in the publication they expect to see.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user