Re: pgsql: Move view reloptions into their own varlena struct - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Move view reloptions into their own varlena struct
Date
Msg-id 20947.1405445006@sss.pgh.pa.us
Whole thread
In response to Re: pgsql: Move view reloptions into their own varlena struct  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-committers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Tom Lane wrote:
>> Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
>>> Move view reloptions into their own varlena struct

>> Shouldn't this have included a catversion bump?

> Hmm ... I'm not sure I see a reason for that.  Parsed reloptions are not
> stored on disk anywhere, and this patch doesn't change how they are
> represented in the reloptions column.

Oh, okay, no need then.  I thought this was changing the on-disk
representation.

            regards, tom lane


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: psql: Show tablespace size in \db+
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix REASSIGN OWNED for text search objects