pgsql: Add comments for AlteredTableInfo->rel

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add comments for AlteredTableInfo->rel
Дата
Msg-id E1lPVZX-000198-6M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add comments for AlteredTableInfo->rel

The prior commit which introduced it was pretty squalid in terms of
code documentation, so add some comments.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Let ALTER TABLE Phase 2 routines manage the relation pointer
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Document lock obtained during partition detach