aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-09-18 10:14:30 +0530
committerAmit Kapila <akapila@postgresql.org>2020-09-18 10:14:30 +0530
commit24fb35e11148b2b2cae2bddc5f2d6c566675c2b2 (patch)
treeedc3eb22250197647030fee443ebf75d34df5688 /src
parent0d32511eca5aec205cb6b609638ea67129ef6665 (diff)
downloadpostgresql-24fb35e11148b2b2cae2bddc5f2d6c566675c2b2.tar.gz
postgresql-24fb35e11148b2b2cae2bddc5f2d6c566675c2b2.zip
Update file header comments for logical/relation.c.
Author: Amit Langote Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CA+HiwqE20oZoix13JyCeALpTf_SmjarZWtBFe5sND6zz+iupAw@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/relation.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/replication/logical/relation.c b/src/backend/replication/logical/relation.c
index 9ee70a2563e..2bb8e7d57b3 100644
--- a/src/backend/replication/logical/relation.c
+++ b/src/backend/replication/logical/relation.c
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
* relation.c
- * PostgreSQL logical replication
+ * PostgreSQL logical replication relation mapping cache
*
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
*
@@ -8,8 +8,9 @@
* src/backend/replication/logical/relation.c
*
* NOTES
- * This file contains helper functions for logical replication relation
- * mapping cache.
+ * Routines in this file mainly have to do with mapping the properties
+ * of local replication target relations to the properties of their
+ * remote counterpart.
*
*-------------------------------------------------------------------------
*/