fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers

This commit is contained in:
Andrew Dunstan 2008-05-17 02:43:16 +00:00
parent 53972b460c
commit e72c98b058
3 changed files with 0 additions and 9 deletions

View 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

View 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

View 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;