Commit 8f3362d4 authored by Robert Haas's avatar Robert Haas

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 commit
82a4a777) broke the buildfarm instead
of just silently doing the wrong thing.
parent 1d751018
......@@ -116,7 +116,7 @@ static ObjectPropertyType ObjectProperty[] =
ExtensionRelationId,
ExtensionOidIndexId,
-1,
Anum_pg_extension_extnamespace
InvalidAttrNumber /* extension doesn't belong to extnamespace */
},
{
ForeignDataWrapperRelationId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment