pgsql: Fix get_object_namespace() not to think extensions are "in" a sc - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix get_object_namespace() not to think extensions are "in" a sc
Date
Msg-id E1RGjv7-0006Dg-Kd@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f3362d4b7430079bb53a954e372955eb285cf52

Modified Files
--------------
src/backend/catalog/objectaddress.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Next
From: Tom Lane
Date:
Subject: pgsql: Fix memory leak in tab completion.