Skip to content

Commit 8f3362d

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 commit 82a4a77) broke the buildfarm instead of just silently doing the wrong thing.
1 parent 1d75101 commit 8f3362d

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)
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