mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
I'm including an update to my user defined IP and MAC address type
implementation that's in contrib/ip_and_mac/. This one works right with 6.3, avoids the problems I ran into earlier with LIKE, and includes a bit of extra functionality. From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/*
|
||||
* PostgreSQL type definitions for MAC addresses.
|
||||
*
|
||||
* $Id: mac.h,v 1.2 1998/02/14 17:58:07 scrappy Exp $
|
||||
*/
|
||||
|
||||
typedef struct manufacturer {
|
||||
|
Reference in New Issue
Block a user