Content-Length: 258683 | pFad | http://github.com/postgrespro/postgres/commit/8f3362d4b7430079bb53a954e372955eb285cf52

A6 Fix get_object_namespace() not to think extensions are "in" a schema. · postgrespro/postgres@8f3362d · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/8f3362d4b7430079bb53a954e372955eb285cf52

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy