diff options
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/ecpglib/pg_type.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/interfaces/ecpg/ecpglib/pg_type.h b/src/interfaces/ecpg/ecpglib/pg_type.h index 6b79edcde87..ac6fa4910a2 100644 --- a/src/interfaces/ecpg/ecpglib/pg_type.h +++ b/src/interfaces/ecpg/ecpglib/pg_type.h @@ -1,32 +1,20 @@ /*------------------------------------------------------------------------- * * pg_type.h - * definition of the system "type" relation (pg_type) - * along with the relation's initial contents. + * Hard-wired knowledge about some standard type OIDs. * + * XXX keep this in sync with src/include/catalog/pg_type.h * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.10 2010/01/02 16:58:11 momjian Exp $ - * - * NOTES - * the genbki.sh script reads this file and generates .bki - * information from the DATA() statements. + * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.11 2010/01/05 01:06:57 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef PG_TYPE_H #define PG_TYPE_H -/* ---------------- - * initial contents of pg_type - * ---------------- - */ - -/* keep the following ordered by OID so that later changes can be made easier*/ - -/* OIDS 1 - 99 */ #define BOOLOID 16 #define BYTEAOID 17 #define CHAROID 18 |
