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

Commit1a1adb2

Browse files
committed
Move function comment to the right place
1 parent7923118 commit1a1adb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/backend/commands/tablecmds.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5879,9 +5879,6 @@ ATExecDropNotNull(Relation rel, const char *colName, LOCKMODE lockmode)
58795879

58805880
/*
58815881
* ALTER TABLE ALTER COLUMN SET NOT NULL
5882-
*
5883-
* Return the address of the modified column. If the column was already NOT
5884-
* NULL, InvalidObjectAddress is returned.
58855882
*/
58865883

58875884
staticvoid
@@ -5904,6 +5901,10 @@ ATPrepSetNotNull(Relation rel, bool recurse, bool recursing)
59045901
}
59055902
}
59065903

5904+
/*
5905+
* Return the address of the modified column. If the column was already NOT
5906+
* NULL, InvalidObjectAddress is returned.
5907+
*/
59075908
staticObjectAddress
59085909
ATExecSetNotNull(AlteredTableInfo*tab,Relationrel,
59095910
constchar*colName,LOCKMODElockmode)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp