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

From Michael Paquier
Subject pgsql: Update comment of AlterTableCmd->name in parsenodes.h
Date
Msg-id E1riNQG-002d0g-5d@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Unicode case mapping tables and functions.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD