pgsql: Improve error messages for incorrect types of logicalreplicatio

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Improve error messages for incorrect types of logicalreplicatio
Дата
Msg-id E1giaS9-0000hE-44@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Improve error messages for incorrect types of logicalreplicatio  (Erik Rijkers <er@xs4all.nl>)
Список pgsql-committers
Improve error messages for incorrect types of logical replication targets

If trying to use something else than a plain table as logical
replication target, a rather-generic error message gets used to report
the problem.  This can be confusing when it comes to foreign tables and
partitioned tables, so use more dedicated messages in these cases.

Author: Amit Langote
Reviewed-by: Peter Eisentraut, Magnus Hagander, Michael Paquier
Discussion: https://postgr.es/m/41799bee-40eb-7bb5-80b1-325ce17518bc@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/373bda61d2d620e704815553978726c9be9e1209

Modified Files
--------------
src/backend/executor/execReplication.c | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove heapam.h include made superfluous by b60c3975990.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Change default of recovery_target_timeline to 'latest'