aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/complex-test5.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-08-03 13:11:04 +0000
committerMichael Meskes <meskes@postgresql.org>2006-08-03 13:11:04 +0000
commit27458bb4facc73d1d379dc425ac6ef6c26415204 (patch)
treefe764225cb9b9dc7510a5b329343f951b16e82e2 /src/interfaces/ecpg/test/expected/complex-test5.c
parent961ec0ce9ced80c030b15ac2447cc3eb09349062 (diff)
downloadpostgresql-27458bb4facc73d1d379dc425ac6ef6c26415204.tar.gz
postgresql-27458bb4facc73d1d379dc425ac6ef6c26415204.zip
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/complex-test5.c')
-rw-r--r--src/interfaces/ecpg/test/expected/complex-test5.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/test/expected/complex-test5.c b/src/interfaces/ecpg/test/expected/complex-test5.c
index 80cc3adf8e3..ad70df22c91 100644
--- a/src/interfaces/ecpg/test/expected/complex-test5.c
+++ b/src/interfaces/ecpg/test/expected/complex-test5.c
@@ -199,10 +199,6 @@ main (void)
#line 92 "test5.pgc"
- i=a.t[0];
- a.t[0]=a.t[1];
- a.t[1]=i;
-
printf ("name=%s, accs=%d byte=", empl.name, a.accs);
for (i=0; i<20; i++)
{
@@ -212,7 +208,7 @@ main (void)
}
printf("\n");
{ ECPGdisconnect(__LINE__, "CURRENT");}
-#line 106 "test5.pgc"
+#line 102 "test5.pgc"
exit (0);
}