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
This commit is contained in:
Amit Kapila 2020-09-18 10:14:30 +05:30
parent 0d32511eca
commit 24fb35e111
1 changed files with 4 additions and 3 deletions

View File

@ -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.
*
*-------------------------------------------------------------------------
*/