diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-11-19 16:45:39 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-11-19 16:45:39 -0500 |
commit | 74d0d5f3ebed9d817ec353fb17eedb343a0ab5b4 (patch) | |
tree | 934e4f492d287df7c1051c791e4ef46c3ea8a1a6 /src | |
parent | fea2b642fdb1bbe0f4b1bd0a763c370dfc6fb97c (diff) |
Fix typo in comment.
Amit Langote
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/rmgrdesc/replorigindesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/rmgrdesc/replorigindesc.c b/src/backend/access/rmgrdesc/replorigindesc.c index 60cf0f679db..479e3b4ebd7 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 * |