Comment typo in publicationcmd.c
Started by Masahiko Sawadaalmost 9 years ago2 messages
Hi all,
Attached fixes a typo in publicationcmd.c file.
s/om/on/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_publicationcmds_c.patchapplication/octet-stream; name=fix_typo_in_publicationcmds_c.patchDownload
diff --git a/src/backend/commands/publicationcmds.c b/src/backend/commands/publicationcmds.c
index 616add1..541da7e 100644
--- a/src/backend/commands/publicationcmds.c
+++ b/src/backend/commands/publicationcmds.c
@@ -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 *
Re: Comment typo in publicationcmd.c
On Fri, Apr 7, 2017 at 9:00 AM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:
Hi all,
Attached fixes a typo in publicationcmd.c file.
s/om/on/
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/