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

Commit8533eb1

Browse files
committed
Fix previous commit's ecpg_clocale for ppc Darwin.
Per buildfarm member prairiedog, this platform rejects uninitializedglobal variables in shared libraries. Back-patch to v10, like theaddition of the variable.Reviewed by Tom Lane.Discussion:https://postgr.es/m/20220703030619.GB2378460@rfd.leadboat.com
1 parent7a28f7c commit8533eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/ecpglib/connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include"sqlca.h"
1212

1313
#ifdefHAVE_USELOCALE
14-
locale_tecpg_clocale;
14+
locale_tecpg_clocale= (locale_t)0;
1515
#endif
1616

1717
#ifdefENABLE_THREAD_SAFETY

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp