File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/backend/replication/logical Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
* relation.c
3
- * PostgreSQL logical replication
3
+ * PostgreSQL logical replication relation mapping cache
4
4
*
5
5
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
6
6
*
7
7
* IDENTIFICATION
8
8
* src/backend/replication/logical/relation.c
9
9
*
10
10
* NOTES
11
- * This file contains helper functions for logical replication relation
12
- * mapping cache.
11
+ * Routines in this file mainly have to do with mapping the properties
12
+ * of local replication target relations to the properties of their
13
+ * remote counterpart.
13
14
*
14
15
*-------------------------------------------------------------------------
15
16
*/
You can’t perform that action at this time.
0 commit comments