Skip to content

Commit 24fb35e

Browse files
author
Amit Kapila
committed
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
1 parent 0d32511 commit 24fb35e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/replication/logical/relation.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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
*/

0 commit comments

Comments
 (0)