diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2008-05-17 02:43:16 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2008-05-17 02:43:16 +0000 |
commit | e72c98b058b9141409b4cc06f5479ce5844ab106 (patch) | |
tree | 36fcd0a8725bc9e415dc1a862a9bf97892927eab /src/interfaces/ecpg/include/sqlca.h | |
parent | 53972b460c6bc56178244ac53cf71e11bba6c37a (diff) |
fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers
Diffstat (limited to 'src/interfaces/ecpg/include/sqlca.h')
-rw-r--r-- | src/interfaces/ecpg/include/sqlca.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h index 98cf0796481..52fcbf830f5 100644 --- a/src/interfaces/ecpg/include/sqlca.h +++ b/src/interfaces/ecpg/include/sqlca.h @@ -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 |