|
|
|
@ -1,6 +1,6 @@ |
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
* relation.c |
|
|
|
* relation.c |
|
|
|
* PostgreSQL logical replication |
|
|
|
* PostgreSQL logical replication relation mapping cache |
|
|
|
* |
|
|
|
* |
|
|
|
* Copyright (c) 2016-2020, PostgreSQL Global Development Group |
|
|
|
* Copyright (c) 2016-2020, PostgreSQL Global Development Group |
|
|
|
* |
|
|
|
* |
|
|
|
@ -8,8 +8,9 @@ |
|
|
|
* src/backend/replication/logical/relation.c |
|
|
|
* src/backend/replication/logical/relation.c |
|
|
|
* |
|
|
|
* |
|
|
|
* NOTES |
|
|
|
* NOTES |
|
|
|
* This file contains helper functions for logical replication relation |
|
|
|
* Routines in this file mainly have to do with mapping the properties |
|
|
|
* mapping cache. |
|
|
|
* of local replication target relations to the properties of their |
|
|
|
|
|
|
|
* remote counterpart. |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|