pgsql/src backend/utils/adt/network.c include/ ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/network.c include/ ...
Date: 2001-06-13 21:09:00
Message-ID: 200106132109.f5DL90t45796@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/06/13 17:09:00

Modified files:
src/backend/utils/adt: network.c
src/include/catalog: pg_proc.h
src/include/utils: builtins.h
src/test/regress/expected: inet.out
src/test/regress/sql: inet.sql

Log message:
Attached is a patch adding following functions:

inet(text), cidr(text): convert a text value into inet/cidr
set_masklen(inet): set masklen on the inet value

Patch also contains regression checks for these functions.

Alex Pilosov

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-13 21:12:45 pgsql/src/include/catalog pg_proc.h
Previous Message Bruce Momjian - CVS 2001-06-13 21:07:12 pgsql/src/backend/commands sequence.c