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 11/*-------------------------------------------------------------------------
22 * relation.c
3- * PostgreSQL logical replication
3+ * PostgreSQL logical replication relation mapping cache
44 *
55 * Copyright (c) 2016-2020, PostgreSQL Global Development Group
66 *
77 * IDENTIFICATION
88 * src/backend/replication/logical/relation.c
99 *
1010 * 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.
1314 *
1415 *-------------------------------------------------------------------------
1516 */
You can’t perform that action at this time.
0 commit comments