Skip to content

Commit 1a1adb2

Browse files
committed
Move function comment to the right place
1 parent 7923118 commit 1a1adb2

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
static void
@@ -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
static ObjectAddress
59085909
ATExecSetNotNull(AlteredTableInfo *tab, Relation rel,
59095910
const char *colName, LOCKMODE lockmode)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy