Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f8c1e7

Browse filesBrowse files
committed
Update comment of AlterTableCmd->name in parsenodes.h
Since b048326, 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
1 parent 5c40364 commit 4f8c1e7
Copy full SHA for 4f8c1e7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/nodes/parsenodes.h

Copy file name to clipboardExpand all lines: src/include/nodes/parsenodes.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ typedef struct AlterTableCmd /* one subcommand of an ALTER TABLE */
22772277
NodeTag type;
22782278
AlterTableType subtype; /* Type of table alteration to apply */
22792279
char *name; /* column, constraint, or trigger to act on,
2280-
* or tablespace */
2280+
* or tablespace, access method */
22812281
int16 num; /* attribute number for columns referenced by
22822282
* number */
22832283
RoleSpec *newowner;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.