Typo in origin.c
Started by Masahiko Sawadaalmost 8 years ago3 messages
Hi,
Attached a patch for fixing $subject.
s/funcion/function/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_origin_c.patchapplication/octet-stream; name=fix_typo_in_origin_c.patchDownload
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c
index 5cc9a95..963878a 100644
--- a/src/backend/replication/logical/origin.c
+++ b/src/backend/replication/logical/origin.c
@@ -341,7 +341,7 @@ replorigin_drop(RepOriginId roident, bool nowait)
/*
* To interlock against concurrent drops, we hold ExclusiveLock on
- * pg_replication_origin throughout this funcion.
+ * pg_replication_origin throughout this function.
*/
rel = heap_open(ReplicationOriginRelationId, ExclusiveLock);
Re: Typo in origin.c
On 2/12/18 21:58, Masahiko Sawada wrote:
Attached a patch for fixing $subject.
s/funcion/function/
fixed
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Re: Typo in origin.c
On Tue, Feb 13, 2018 at 12:40 PM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
On 2/12/18 21:58, Masahiko Sawada wrote:
Attached a patch for fixing $subject.
s/funcion/function/
fixed
Thank you.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center