Fix the setlocale problem in a way that actually works. setlocale

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dc05a996c519bac1889aec1b3e7c63fd7d942dfc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-09-29T20:12:07Z
Releases: 7.2.1
Fix the setlocale problem in a way that actually works.  setlocale
returns a string corresponding to the new setting, not the old,
therefore the previous patch was quite wrong.

Files

PathChange+/−
src/interfaces/ecpg/lib/execute.c modified +14 −8