Skip to content

Commit 282f02a

Browse files
committed
recompute search path when compatible is changed.
1 parent ed3f8d9 commit 282f02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)