PostgreSQL 9.3 latest dev snapshot

Started by Misa Simicalmost 13 years ago8 messageshackers
Jump to latest
#1Misa Simic
misa.simic@gmail.com

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

Thanks,

Misa

#2Michael Paquier
michael@paquier.xyz
In reply to: Misa Simic (#1)
Re: PostgreSQL 9.3 latest dev snapshot

On Tue, Jun 25, 2013 at 5:33 PM, Misa Simic <misa.simic@gmail.com> wrote:

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

9.3 has moved to branch REL9_3_STABLE a couple of days ago. It looks
that its snapshot repository is missing.
Regards,
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Fujii Masao
masao.fujii@gmail.com
In reply to: Michael Paquier (#2)
Re: PostgreSQL 9.3 latest dev snapshot

On Tue, Jun 25, 2013 at 6:33 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On Tue, Jun 25, 2013 at 5:33 PM, Misa Simic <misa.simic@gmail.com> wrote:

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

9.3 has moved to branch REL9_3_STABLE a couple of days ago.

Yes. We can find the snapshot from REL9_3_STABLE git branch.
http://git.postgresql.org/gitweb/?p=postgresql.git;a=shortlog;h=refs/heads/REL9_3_STABLE

Regards,

--
Fujii Masao

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#4Michael Paquier
michael@paquier.xyz
In reply to: Fujii Masao (#3)
Re: PostgreSQL 9.3 latest dev snapshot

On 2013/06/25, at 22:23, Fujii Masao <masao.fujii@gmail.com> wrote:

On Tue, Jun 25, 2013 at 6:33 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On Tue, Jun 25, 2013 at 5:33 PM, Misa Simic <misa.simic@gmail.com> wrote:

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

9.3 has moved to branch REL9_3_STABLE a couple of days ago.

Yes. We can find the snapshot from REL9_3_STABLE git branch.
http://git.postgresql.org/gitweb/?p=postgresql.git;a=shortlog;h=refs/heads/REL9_3_STABLE

Indeed, I completely forgot that you can download snapshots from postgresql.org's git. Simply use that instead of the FTP server now as long as 9.3 snapshots are not generated there.
--
Michael
(Sent from my mobile phone)

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#5Magnus Hagander
magnus@hagander.net
In reply to: Michael Paquier (#4)
Re: PostgreSQL 9.3 latest dev snapshot

On Tue, Jun 25, 2013 at 3:31 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On 2013/06/25, at 22:23, Fujii Masao <masao.fujii@gmail.com> wrote:

On Tue, Jun 25, 2013 at 6:33 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On Tue, Jun 25, 2013 at 5:33 PM, Misa Simic <misa.simic@gmail.com> wrote:

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

9.3 has moved to branch REL9_3_STABLE a couple of days ago.

Yes. We can find the snapshot from REL9_3_STABLE git branch.
http://git.postgresql.org/gitweb/?p=postgresql.git;a=shortlog;h=refs/heads/REL9_3_STABLE

Indeed, I completely forgot that you can download snapshots from postgresql.org's git. Simply use that instead of the FTP server now as long as 9.3 snapshots are not generated there.

In case somebody is still looking, snapshots are properly building for 9.3 now.

Those snapshots aren't identical to a download from git, as they've
gone through a "make dist-prep" or whatever it's called. But they're
pretty close.

However, if oyu're looking for a snapshot, please use the one on the
ftpsite. Generating those snapshots on the git server is slow and
expensive...

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#6Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Magnus Hagander (#5)
Re: PostgreSQL 9.3 latest dev snapshot

On 06/27/2013 12:22 PM, Magnus Hagander wrote:

On Tue, Jun 25, 2013 at 3:31 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On 2013/06/25, at 22:23, Fujii Masao <masao.fujii@gmail.com> wrote:

On Tue, Jun 25, 2013 at 6:33 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:

On Tue, Jun 25, 2013 at 5:33 PM, Misa Simic <misa.simic@gmail.com> wrote:

Hi,

Where we can find latest snapshot for 9.3 version?

We have taken latest snapshot from
http://ftp.postgresql.org/pub/snapshot/dev/

But it seems it is for 9.4 version...

9.3 has moved to branch REL9_3_STABLE a couple of days ago.

Yes. We can find the snapshot from REL9_3_STABLE git branch.
http://git.postgresql.org/gitweb/?p=postgresql.git;a=shortlog;h=refs/heads/REL9_3_STABLE

Indeed, I completely forgot that you can download snapshots from postgresql.org's git. Simply use that instead of the FTP server now as long as 9.3 snapshots are not generated there.

In case somebody is still looking, snapshots are properly building for 9.3 now.

Those snapshots aren't identical to a download from git, as they've
gone through a "make dist-prep" or whatever it's called. But they're
pretty close.

there is more to that - those snapshots also will also only get
published if the source passed a full buildfarm run as a basic form of
validation.

However, if oyu're looking for a snapshot, please use the one on the
ftpsite. Generating those snapshots on the git server is slow and
expensive...

definitly

Stefan

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#7Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Magnus Hagander (#5)
Re: PostgreSQL 9.3 latest dev snapshot

Magnus Hagander escribi�:

However, if oyu're looking for a snapshot, please use the one on the
ftpsite. Generating those snapshots on the git server is slow and
expensive...

Maybe we should redirect those gitweb snapshot URLs to the FTP site?

--
�lvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#8Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Alvaro Herrera (#7)
Re: PostgreSQL 9.3 latest dev snapshot

On 06/28/2013 06:51 PM, Alvaro Herrera wrote:

Magnus Hagander escribi�:

However, if oyu're looking for a snapshot, please use the one on the
ftpsite. Generating those snapshots on the git server is slow and
expensive...

Maybe we should redirect those gitweb snapshot URLs to the FTP site?

maybe - but I can actually see the (rare) usecase of being able to
create a snapshot on a per-commit base, so redirecting to something that
is more of a "basic verified snapshot tarball once a day" seems wrong to
me, despite the fact that I think that using those is a better idea in
general.

Stefan

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers