ovsdb: Save some space in the log for newly inserted records.
authorBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 21:14:54 +0000 (13:14 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Jan 2010 21:14:54 +0000 (13:14 -0800)
commitc532bf9dd4e684bc583debc9618e3210334f8081
treebbd64fe072c4b1458ee6e69c61607b45f7bac381
parent80d326ad2a08995300aa02aaae2087fcd96694f4
ovsdb: Save some space in the log for newly inserted records.

When a new record is inserted into a database, ovsdb logs the values of all
of the fields in the record.  However, often new records have many columns
that contain default values.  There is no need to log those values, so this
commit causes them to be omitted.

As a side effect, this also makes "ovsdb-tool show-log --more --more"
output easier to read, because record insertions print less noise.  (Adding
--more --more to this command makes it print changes to database records.
The --more option will be introduced in an upcoming commit.)
lib/ovsdb-data.c
lib/ovsdb-data.h
lib/uuid.c
lib/uuid.h
ovsdb/file.c