Re: 7.2.3 patching done

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Yury Bokhoncovich <byg(at)center-f1(dot)ru>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Marc Fournier <scrappy(at)hub(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.2.3 patching done
Date: 2002-10-01 20:04:04
Message-ID: Pine.LNX.4.44.0210012025500.1149-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian writes:

> > BTW, is it possible to have just patch against previous version (to reduce
> > traffic and CPU)? I.e. something like 7.2.2-7.2.3.diff.gz?
>
> In some releases, it is possible, in others we add/remove files and it
> isn't possible. I think because it isn't always possible we normally
> don't do it.

Adding or removing files isn't the problem (see -N option). Binary files
are the problem.

Using xdelta would be safe, though.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-10-01 20:04:57 Re: [HACKERS] psqlODBC *nix Makefile (new 7.3 open item?)
Previous Message Peter Eisentraut 2002-10-01 20:03:54 Re: pg_dump and large files - is this a problem?