summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/complex
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-08-05 16:48:48 +0000
committerMichael Meskes <meskes@postgresql.org>2006-08-05 16:48:48 +0000
commit1d28bf25896eb6400547c46e8a9587370fd09c1d (patch)
tree41033db62c07f6d811991c16e0ddea7830a51c8e /src/interfaces/ecpg/test/complex
parent63d3f5e593203c5dd79cac490834347c0a319592 (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.pgc2
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);