Skip to content

Commit 8c54e80

Browse files
committed
initdb
1 parent f377a76 commit 8c54e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/initdb/initdb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3705,6 +3705,7 @@ main(int argc, char *argv[])
37053705

37063706
/* Oracle compatibility: transform uppercase usernames to lowercase. */
37073707
if (database_mode == DB_ORACLE && username != NULL
3708+
&& caseswitchmode != NORMAL
37083709
&& is_all_upper(username, strlen(username), encodingid))
37093710
{
37103711
char *lowerusername = username;

0 commit comments

Comments
 (0)