diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-08-05 16:48:48 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-08-05 16:48:48 +0000 |
| commit | 1d28bf25896eb6400547c46e8a9587370fd09c1d (patch) | |
| tree | 41033db62c07f6d811991c16e0ddea7830a51c8e /src/interfaces/ecpg/test/complex | |
| parent | 63d3f5e593203c5dd79cac490834347c0a319592 (diff) | |
Two more changes to regression tests to fix two differences in different setups.
Diffstat (limited to 'src/interfaces/ecpg/test/complex')
| -rw-r--r-- | src/interfaces/ecpg/test/complex/test4.pgc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/complex/test4.pgc b/src/interfaces/ecpg/test/complex/test4.pgc index b4fdbccb930..68a64c79acb 100644 --- a/src/interfaces/ecpg/test/complex/test4.pgc +++ b/src/interfaces/ecpg/test/complex/test4.pgc @@ -33,7 +33,7 @@ EXEC SQL BEGIN DECLARE SECTION; EXEC SQL END DECLARE SECTION; strcpy(t, "0123456789"); - setlocale(LC_ALL, "de_DE"); + setlocale(LC_ALL, "C"); ECPGdebug(1, stderr); |
