fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 17 May 2008 02:43:16 +0000 (02:43 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 17 May 2008 02:43:16 +0000 (02:43 +0000)
src/interfaces/ecpg/include/sql3types.h
src/interfaces/ecpg/include/sqlca.h
src/interfaces/ecpg/test/regression.h

index acabb731b35f80bdffe4b78e3a5c3a9a187b556d..b9db452dace41cd8636064218183237337a889b5 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.12 2008/05/17 01:28:25 adunstan Exp $ 
- */
 #ifndef _ECPG_SQL3TYPES_H
 #define _ECPG_SQL3TYPES_H
 
index 98cf0796481a08013995c7b50716d90f307f074f..52fcbf830f592f2c82957da77735417cf7a0ba62 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlca.h,v 1.30 2008/05/17 01:28:25 adunstan Exp $ 
- */
 #ifndef POSTGRES_SQLCA_H
 #define POSTGRES_SQLCA_H
 
index cba295744fe797d958d6c38aed8bb6456caa1c09..f614938cef753f60d38ccc960723f2e514a70ecf 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $PostgreSQL: pgsql/src/interfaces/ecpg/test/regression.h,v 1.2 2008/05/17 01:28:25 adunstan Exp $ 
- */
 exec sql define REGRESSDB1 regress1;
 exec sql define REGRESSDB2 connectdb;