Tom Lane wrote: > Alvaro Herrera <[email protected]> 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 -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
