pgsql: Refactor: separate function to find all objects depending on a c

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Refactor: separate function to find all objects depending on a c
Дата
Msg-id E1rKwFD-00DFH7-VU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor: separate function to find all objects depending on a column

Move code from ATExecAlterColumnType() that finds the all the objects
that depend on the column to a separate function.  A future patch will
reuse this code.

Author: Amul Sul <sulamul@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAAJ_b94yyJeGA-5M951_Lr+KfZokOp-2kXicpmEhi5FXhBeTog@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4e66a39eb96ca514e3f49c85cf0b4b6f138854e

Modified Files
--------------
src/backend/commands/tablecmds.c | 408 ++++++++++++++++++++-------------------
1 file changed, 214 insertions(+), 194 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix some typos
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add numeric_int8_opt_error() to optionally suppress errors