Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97bddda

Browse files
committed
Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.
Introduced inf2553d4. See also3f6b3be, which did so for nearbyvariables.Discussion:https://postgr.es/m/20220319014707.kgtomqdzm6m2ulro@alap3.anarazel.de
1 parente186f56 commit97bddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/dbcommands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
109109
char*src_collate=NULL;
110110
char*src_ctype=NULL;
111111
char*src_iculocale=NULL;
112-
charsrc_locprovider;
112+
charsrc_locprovider='\0';
113113
char*src_collversion=NULL;
114114
boolsrc_istemplate;
115115
boolsrc_allowconn;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp