Re: ALTER EXTENSION UPGRADE, v3

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: "Ross J. Reedstrom" <reedstrm@rice.edu>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>, Anssi Kääriäinen <anssi.kaariainen@thl.fi>, "David E. Wheeler" <david@kineticode.com>, Itagaki Takahiro <itagaki.takahiro@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-03T16:29:49Z
Lists: pgsql-hackers
On Thu, Feb 3, 2011 at 11:25 AM, Ross J. Reedstrom <reedstrm@rice.edu> wrote:
>> Speaking about which, using Make rules to prepare your upgrade files
>> from other pieces means no development at all on the backend side.  You
>> can hardly beat that.
>
> Yes, from the backend-developer's perspective. But not from the
> extension-developer's perspective :-) And seriously, make is one of
> those things that is supremely capable of doing lots of stuff, but is so
> difficult to use correctly that everyone keeps reinventing newer wheels.
> Seems this one isn't round enough.

Not to mention the fact that make doesn't work on Windows, so any
extensions that rely on this will need hacks in the MSVC build system.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company