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

From Alvaro Herrera
Subject Re: pgsql: Move view reloptions into their own varlena struct
Date
Msg-id 20140715172011.GA11811@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: Move view reloptions into their own varlena struct  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Move view reloptions into their own varlena struct  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Detect presence of SSL_get_current_compression
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: psql: Show tablespace size in \db+