From 8ecac94bb21570ee45245f440171b5ffb4efe68c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 6 Jul 2000 05:48:31 +0000 Subject: Functions on 'text' type updated to new fmgr style. 'text' is now TOAST-able. --- src/include/utils/inet.h | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'src/include/utils/inet.h') diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 4cc13f06a8e..075d66aa6b3 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * builtins.h - * Declarations for operations on built-in types. + * inet.h + * Declarations for operations on INET datatypes. * * * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inet.h,v 1.6 2000/01/26 05:58:38 momjian Exp $ + * $Id: inet.h,v 1.7 2000/07/06 05:48:31 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -45,15 +45,4 @@ typedef struct macaddr unsigned char f; } macaddr; - -typedef struct manufacturer -{ - unsigned char a; - unsigned char b; - unsigned char c; - char *name; -} manufacturer; - -extern manufacturer manufacturers[]; - #endif /* MAC_H */ -- cgit v1.2.3