From: Robert Haas Date: Thu, 19 Nov 2015 21:45:39 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_6_BETA1~1072 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d0d5f3ebed9d817ec353fb17eedb343a0ab5b4;p=postgresql Fix typo in comment. Amit Langote --- diff --git a/src/backend/access/rmgrdesc/replorigindesc.c b/src/backend/access/rmgrdesc/replorigindesc.c index 60cf0f679d..479e3b4ebd 100644 --- a/src/backend/access/rmgrdesc/replorigindesc.c +++ b/src/backend/access/rmgrdesc/replorigindesc.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * replorigindesc.c - * rmgr descriptor routines for replication/logical/replication_origin.c + * rmgr descriptor routines for replication/logical/origin.c * * Portions Copyright (c) 2015, PostgreSQL Global Development Group *