diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/test/dyntest.pgc | 4 | ||||
-rw-r--r-- | src/interfaces/ecpg/test/dyntest2.pgc | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/interfaces/ecpg/test/dyntest.pgc b/src/interfaces/ecpg/test/dyntest.pgc index 00b87d58011..0561e44db1f 100644 --- a/src/interfaces/ecpg/test/dyntest.pgc +++ b/src/interfaces/ecpg/test/dyntest.pgc @@ -1,8 +1,6 @@ /* dynamic SQL test program * - * Copyright (c) 2000, Christof Petig <christof.petig@wtal.de> - * - * $PostgreSQL: pgsql/src/interfaces/ecpg/test/dyntest.pgc,v 1.11 2005/06/30 07:08:59 neilc Exp $ + * $PostgreSQL: pgsql/src/interfaces/ecpg/test/dyntest.pgc,v 1.12 2006/03/11 16:57:43 momjian Exp $ */ #include <stdio.h> diff --git a/src/interfaces/ecpg/test/dyntest2.pgc b/src/interfaces/ecpg/test/dyntest2.pgc index 06241c8ae8b..c578bce72b2 100644 --- a/src/interfaces/ecpg/test/dyntest2.pgc +++ b/src/interfaces/ecpg/test/dyntest2.pgc @@ -1,8 +1,6 @@ /* dynamic SQL test program * - * Copyright (c) 2000, Christof Petig <christof.petig@wtal.de> - * - * $PostgreSQL: pgsql/src/interfaces/ecpg/test/dyntest2.pgc,v 1.6 2005/06/30 07:08:59 neilc Exp $ + * $PostgreSQL: pgsql/src/interfaces/ecpg/test/dyntest2.pgc,v 1.7 2006/03/11 16:57:44 momjian Exp $ */ #include <stdio.h> |