mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo in comment
Masahiko Sawada
This commit is contained in:
parent
88dd4e4831
commit
32e33a7979
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ RemovePublicationRelById(Oid proid)
|
|||
}
|
||||
|
||||
/*
|
||||
* Open relations based om provided by RangeVar list.
|
||||
* Open relations based on provided by RangeVar list.
|
||||
* The returned tables are locked in ShareUpdateExclusiveLock mode.
|
||||
*/
|
||||
static List *
|
||||
|
|
|
|||
Loading…
Reference in a new issue