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/
[email protected]
NodeTag type;
AlterTableType subtype; /* Type of table alteration to apply */
char *name; /* column, constraint, or trigger to act on,
- * or tablespace */
+ * or tablespace, access method */
int16 num; /* attribute number for columns referenced by
* number */
RoleSpec *newowner;