aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-04-26 04:12:15 +0000
committerBruce Momjian <bruce@momjian.us>1998-04-26 04:12:15 +0000
commit0d203b745d4fa4b78010c4cdb3c59d052a10614c (patch)
treea1413ce56d9cd59d8d611ee425374b51532fc0b4 /src/include/postgres.h
parent9260d4b44078fdfafa27fd568eed37ac6b9870fa (diff)
downloadpostgresql-0d203b745d4fa4b78010c4cdb3c59d052a10614c.tar.gz
postgresql-0d203b745d4fa4b78010c4cdb3c59d052a10614c.zip
Re-apply Darren's char2-16 removal code.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 12c818a4497..82806f0f313 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.15 1998/04/07 18:11:53 momjian Exp $
+ * $Id: postgres.h,v 1.16 1998/04/26 04:08:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,7 +19,7 @@
* Oid regproc RegProcedure
* aclitem
* struct varlena
- * char8 char16 int28 oid8
+ * int28 oid8
* bytea text
* NameData Name
* oidint4 oidint2 oidname
@@ -88,22 +88,6 @@ struct varlena
typedef struct varlena bytea;
typedef struct varlena text;
-typedef struct char8
-{
- char data[8];
-} char8;
-
-/* ----------------
- * char16
- * ----------------
- */
-typedef struct char16
-{
- char data[16];
-} char16;
-
-typedef char16 *Char16;
-
typedef int2 int28[8];
typedef Oid oid8[8];