mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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