]> granicus.if.org Git - postgresql/commit
Revert "Allow units to be specified in relation option setting value."
authorFujii Masao <fujii@postgresql.org>
Thu, 28 Aug 2014 20:10:47 +0000 (05:10 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 28 Aug 2014 20:10:47 +0000 (05:10 +0900)
commit9df492664a74a948c87232f523eea637920a516b
tree09d29661892eee5cb01b401f5d4cfce13a12c929
parent11a020eb6e4023a1570a2788ba22dd6aafbd02dc
Revert "Allow units to be specified in relation option setting value."

This reverts commit e23014f3d40f7d2c23bc97207fd28efbe5ba102b.

As the side effect of the reverted commit, when the unit is
specified, the reloption was stored in the catalog with the unit.
This broke pg_dump (specifically, it prevented pg_dump from
outputting restorable backup regarding the reloption) and
turned the buildfarm red. Revert the commit until the fixed
version is ready.
src/backend/access/common/reloptions.c
src/include/access/reloptions.h
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql