Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc622573

Browse files
michaelpqpull[bot]
authored andcommitted
Update comment of AlterTableCmd->name in parsenodes.h
Sinceb048326, this field can be used to store an access methodname for ALTER TABLE, but access methods were not mentioned in thefield's description.Issue noticed while working on the area.Discussion:https://postgr.es/m/ZeWKgCtk6xiAsDsc@paquier.xyz
1 parent23e9f2c commitc622573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/nodes/parsenodes.h

Lines 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
NodeTagtype;
22782278
AlterTableTypesubtype;/* 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
int16num;/* attribute number for columns referenced by
22822282
* number */
22832283
RoleSpec*newowner;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp