pgsql: Update comment of AlterTableCmd->name in parsenodes.h

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Update comment of AlterTableCmd->name in parsenodes.h
Дата
Msg-id E1riNQG-002d0g-5d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update comment of AlterTableCmd->name in parsenodes.h

Since b0483263dda0, this field can be used to store an access method
name for ALTER TABLE, but access methods were not mentioned in the
field's description.

Issue noticed while working on the area.

Discussion: https://postgr.es/m/ZeWKgCtk6xiAsDsc@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Unicode case mapping tables and functions.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD