pgsql: Revert "Allow units to be specified in relation option setting v - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Revert "Allow units to be specified in relation option setting v
Date
Msg-id E1XN6HZ-0001Jn-5e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9df492664a74a948c87232f523eea637920a516b

Modified Files
--------------
src/backend/access/common/reloptions.c    |   40 +++++++++++++----------------
src/include/access/reloptions.h           |    3 +--
src/test/regress/expected/alter_table.out |   14 ----------
src/test/regress/sql/alter_table.sql      |    6 -----
4 files changed, 19 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Allow units to be specified in relation option setting value.
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Allow units to be specified in relation option setting value.