Skip to content

Commit 706bc02

Browse files
authored
Merge pull request IvorySQL#786 from bigplaice/IVORY_REL_4_STABLE
recompute search path when compatible is changed.
2 parents ed3f8d9 + 282f02a commit 706bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4481,7 +4481,7 @@ cachedNamespacePath(const char *searchPath, Oid roleid)
44814481
* checks).
44824482
*/
44834483
if (entry->finalPath == NIL || object_access_hook ||
4484-
entry->forceRecompute)
4484+
entry->forceRecompute || baseSearchPathValid == false)
44854485
{
44864486
list_free(entry->finalPath);
44874487
entry->finalPath = NIL;

0 commit comments

Comments
 (0)