pgsql: Allow input format xxxx-xxxx-xxxx for macaddr type

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow input format xxxx-xxxx-xxxx for macaddr type
Date: 2014-10-21 20:20:23
Message-ID: E1Xgfup-00071i-PW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow input format xxxx-xxxx-xxxx for macaddr type

Author: Herwin Weststrate <herwin(at)quarantainenet(dot)nl>
Reviewed-by: Ali Akbar <the(dot)apaan(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f04368cfc05c46140f124415d752c3628c73f28

Modified Files
--------------
doc/src/sgml/datatype.sgml | 3 ++-
src/backend/utils/adt/mac.c | 3 +++
src/test/regress/expected/macaddr.out | 26 ++++++++++++++++----------
src/test/regress/sql/macaddr.sql | 7 ++++---
4 files changed, 25 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-10-21 22:26:09 pgsql: Update expected/sequence_1.out.
Previous Message Peter Eisentraut 2014-10-21 18:49:02 pgsql: doc: Check DocBook XML validity during the build