We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cd76d commit 4c0efd3Copy full SHA for 4c0efd3
src/interfaces/ecpg/include/ecpg_informix.h
@@ -1,7 +1,5 @@
1
/*
2
* This file contains stuff needed to be as compatible to Informix as possible.
3
- *
4
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.16 2004/08/29 05:06:59 momjian Exp $
5
*/
6
#ifndef _ECPG_INFORMIX_H
7
#define _ECPG_INFORMIX_H
src/interfaces/ecpg/include/sql3types.h
@@ -1,12 +1,7 @@
#ifndef _ECPG_SQL3TYPES_H
#define _ECPG_SQL3TYPES_H
-/* SQL3 dynamic type codes
- * Copyright (c) 2000, Christof Petig <christof.petig@wtal.de>
8
- * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.10 2004/08/29 05:06:59 momjian Exp $
9
- */
+/* SQL3 dynamic type codes */
10
11
/* chapter 13.1 table 2: Codes used for SQL data types in Dynamic SQL */
12
0 commit comments