Skip to content

Commit 710aac1

Browse files
author
hackorum
committed
Apply missing_namespace_search_hook_invocation.v1.patch
1 parent b597835 commit 710aac1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/backend/catalog/namespace.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3463,7 +3463,10 @@ LookupExplicitNamespace(const char *nspname, bool missing_ok)
34633463
if (strcmp(nspname, "pg_temp") == 0)
34643464
{
34653465
if (OidIsValid(myTempNamespace))
3466+
{
3467+
InvokeNamespaceSearchHook(myTempNamespace, true);
34663468
return myTempNamespace;
3469+
}
34673470

34683471
/*
34693472
* Since this is used only for looking up existing objects, there is

0 commit comments

Comments
 (0)