Skip to content

Commit 6b60405

Browse files
author
Mohit Raj
committed
Fix set_cur_user_db_and_path
1 parent c8b5137 commit 6b60405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/babelfishpg_tsql/src/session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ switch_database_context(const char *dbname)
191191
dbname, dbname)));
192192

193193
/* Set database context, user, and search path */
194-
set_cur_user_db_and_path(dbname, false);
194+
set_cur_user_db_and_path(dbname);
195195
}
196196

197197
static void

0 commit comments

Comments
 (0)