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

Commitc6eaa88

Browse files
committed
Update C comment for pg_attribute.attislocal
Indicates if column has ever been local/non-inherited
1 parent01363be commitc6eaa88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/include/catalog/pg_attribute.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@ CATALOG(pg_attribute,1249) BKI_BOOTSTRAP BKI_WITHOUT_OIDS BKI_ROWTYPE_OID(75) BK
136136
/* Is dropped (ie, logically invisible) or not */
137137
boolattisdropped;
138138

139-
/* Has a local definition (hence, do not drop when attinhcount is 0) */
139+
/*
140+
* Has a local definition (hence, do not drop when attinhcount is 0)
141+
* This is set and remains set if the column was _ever_
142+
* local/not-inherited, e.g. this can be set by ALTER TABLE NO INHERIT.
143+
*/
140144
boolattislocal;
141145

142146
/* Number of times inherited from direct parent relation(s) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp