Re: pg_migrator issues

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-05T15:53:15Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I liked the idea, but I listed it as item #2 and no one else said they
> liked it.  The only complexity I can see with the idea is that doing an
> upgrade from one alpha to another would have the same major version
> number and would therefore not be possible, so maybe we have to use the
> catalog version number in there.

Good point.  Using catversion for the purpose seems a bit ugly but
I have no better ideas.

			regards, tom lane