pgsql: Remove unused column atttypmod from initial tablesync query

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unused column atttypmod from initial tablesync query
Дата
Msg-id E1l6nnS-0003Nt-H9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused column atttypmod from initial tablesync query

The initial tablesync done by logical replication used a query to fetch
the information of a relation's columns that included atttypmod, but it
was left unused.  This was added by 7c4f524.

Author: Euler Taveira
Reviewed-by: Önder Kalacı, Amit Langote, Japin Li
Discussion: https://postgr.es/m/CAHE3wggb715X+mK_DitLXF25B=jE6xyNCH4YOwM860JR7HarGQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ad31bb2ef2517b6e49ea9e8f01aaed250d4df38

Modified Files
--------------
src/backend/replication/logical/tablesync.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: work a little harder on the initial examples for regex matc
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve confusing variable names