We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d32511 commit 24fb35eCopy full SHA for 24fb35e
src/backend/replication/logical/relation.c
@@ -1,15 +1,16 @@
1
/*-------------------------------------------------------------------------
2
* relation.c
3
- * PostgreSQL logical replication
+ * PostgreSQL logical replication relation mapping cache
4
*
5
* Copyright (c) 2016-2020, PostgreSQL Global Development Group
6
7
* IDENTIFICATION
8
* src/backend/replication/logical/relation.c
9
10
* NOTES
11
- * This file contains helper functions for logical replication relation
12
- * mapping cache.
+ * Routines in this file mainly have to do with mapping the properties
+ * of local replication target relations to the properties of their
13
+ * remote counterpart.
14
15
*-------------------------------------------------------------------------
16
*/
0 commit comments