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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment of AlterTableCmd->name in parsenodes.h
Date: 2024-03-07 23:45:12
Message-ID: E1riNQG-002d0g-5d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-03-08 00:33:38 pgsql: Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Previous Message Jeff Davis 2024-03-07 19:18:11 pgsql: Unicode case mapping tables and functions.