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

Commit8f3362d

Browse files
committed
Fix get_object_namespace() not to think extensions are "in" a schema.
extnamespace means something altogether different in this context.Mostly by accident, this coding error (introduced in my commit82a4a77) broke the buildfarm insteadof just silently doing the wrong thing.
1 parent1d75101 commit8f3362d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/catalog/objectaddress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static ObjectPropertyType ObjectProperty[] =
116116
ExtensionRelationId,
117117
ExtensionOidIndexId,
118118
-1,
119-
Anum_pg_extension_extnamespace
119+
InvalidAttrNumber/* extension doesn't belong to extnamespace */
120120
},
121121
{
122122
ForeignDataWrapperRelationId,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp