Re: PITR on Windows? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: PITR on Windows?
Date
Msg-id 411E2B23.3010407@dunslane.net
Whole thread Raw
In response to Re: PITR on Windows?  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers

Gaetano Mendola wrote:

>
> BTW other projects are carrying also a build version in order to 
> distinguish
> between two 8.0beta1 versions.
>
>

Except that we don't officially publish builds, only source sets.

Actually, this might be a reson to chenge to a different SCC system - 
svn at least has a unique tree number for every set (it gets bumped 
after every commit), and I could see some value in exposing that 
information. Then if people report bugs against dev/beta versions, we 
could ask then for the tree number, which would be more helpful than the 
label. Not sure if other systems have this feature - I do know I 
recently looked at svn and decided it wasn't quite stable enough for my 
company's needs - they had a file format change earlier this year, which 
worried me.

cheers

andrew


pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: Calling PL functions with named parameters
Next
From: Tom Lane
Date:
Subject: Re: will PITR in 8.0 be usable for "hot spare"/"log shipping" type of replication