]> granicus.if.org Git - postgresql/commit
Fix get_object_namespace() not to think extensions are "in" a schema.
authorRobert Haas <rhaas@postgresql.org>
Thu, 20 Oct 2011 04:05:31 +0000 (00:05 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 20 Oct 2011 04:07:41 +0000 (00:07 -0400)
commit8f3362d4b7430079bb53a954e372955eb285cf52
tree60d4da8d61a047fe2a3433b3008f7c33093b6658
parent1d751018d881f415a61787424d900ae8a7126da3
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
82a4a777d94bec965ab2f1d04b6e6a3f0447b377) broke the buildfarm instead
of just silently doing the wrong thing.
src/backend/catalog/objectaddress.c