Re: PostgreSQL 9.2 for F18?

2012-09-12 Thread M. Edward (Ed) Borasky
On Mon, Sep 10, 2012 at 7:24 AM, Tom Lane  wrote:
> Bruno Wolff III  writes:
>>Michał Piotrowski  wrote:
>>> Is there any chance that 9.2 will be available for F18?
>
>> I think for 9.1 Tom pushed it just before beta when a few of us promised
>> to do some testing pronmptly.
>
>> So if 9.2 gets released before f18 beta there is probably a good change it 
>> will
>> make it in F18. Otherwise it probably won't.
>
> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
> into F18 --- will anyone help test?
>
> regards, tom lane
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel

I can test PostgreSQL 9.2 - Is there an RPM I can install on Fedora 17
or do I need a Rawhide partition / virtual machine?

-- 
Twitter: http://twitter.com/znmeb; Computational Journalism Publishers
Workbench: http://j.mp/QCsXOr

How the Hell can the lion sleep with all those people singing "A weem
oh way!" at the top of their lungs?
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-12 Thread Tomasz Torcz
On Mon, Sep 10, 2012 at 12:31:33PM -0400, Tom Lane wrote:
> Bruno Wolff III  writes:
> > On Mon, Sep 10, 2012 at 10:24:40 -0400,
> >Tom Lane  wrote:
> >> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
> >> into F18 --- will anyone help test?
> 
> > Yeah!
> 
> > I'll definitely do some testing. My personal web server is running on F18 
> > with updates-testing enabled. Most of the testing will be running simple 
> > queries generated by web requests.
> 
> Filed at https://admin.fedoraproject.org/updates/postgresql-9.2.0-1.fc18

  This let us include better PostgreSQL-systemd's journal integration. 
Anyone care to review this simple package - pg_journal:
https://bugzilla.redhat.com/show_bug.cgi?id=856560

 Thanks,

-- 
Tomasz Torcz  ,,If you try to upissue this patchset I shall be 
seeking
xmpp: zdzich...@chrome.pl   an IP-routable hand grenade.'' -- Andrew Morton 
(LKML)



pgpVXPriTkqZM.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-11 Thread Jeffrey Ollie
On Tue, Sep 11, 2012 at 8:28 AM, Michał Piotrowski  wrote:
>
> I made some tests:
> - postgresql 9.1 installation
> - database import
> - check if it works
> - postgresql 9.2 update
> - database update
> - check if it works
>
> I did not notice any problems during testing.

I did a similar test and everything appears to be fine, although there
isn't anything other than the default databases on the system that I
updated.  How much testing should we be doing before giving the update
a +1 karma?

-- 
Jeff Ollie
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-11 Thread Michał Piotrowski
Hi,

2012/9/10 Tom Lane :
> Bruno Wolff III  writes:
>> On Mon, Sep 10, 2012 at 10:24:40 -0400,
>>Tom Lane  wrote:
>>> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
>>> into F18 --- will anyone help test?
>
>> Yeah!
>
>> I'll definitely do some testing. My personal web server is running on F18
>> with updates-testing enabled. Most of the testing will be running simple
>> queries generated by web requests.
>
> Filed at https://admin.fedoraproject.org/updates/postgresql-9.2.0-1.fc18
>
> regards, tom lane
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel

I made some tests:
- postgresql 9.1 installation
- database import
- check if it works
- postgresql 9.2 update
- database update
- check if it works

I did not notice any problems during testing.

-- 
Best regards,
Michal

http://eventhorizon.pl/
https://getactive.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Bruno Wolff III

On Mon, Sep 10, 2012 at 12:31:33 -0400,
  Tom Lane  wrote:

Bruno Wolff III  writes:

On Mon, Sep 10, 2012 at 10:24:40 -0400,
   Tom Lane  wrote:

PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
into F18 --- will anyone help test?



Yeah!



I'll definitely do some testing. My personal web server is running on F18
with updates-testing enabled. Most of the testing will be running simple
queries generated by web requests.


Filed at https://admin.fedoraproject.org/updates/postgresql-9.2.0-1.fc18

regards, tom lane


On F18 I did the package update and then used pg_upgrade and things worked 
as expected. I then tried out using security_barrier for a view I use 
to block access to some columns depending on other columns in the same row 
and that didn't seem to cause any problems (once I typed it correctly). I 
couldn't tell if there was a noticeable performance hit over the network.


I also did an upgrade on an F19 system, but the testing there was pretty 
minimal. (I use it for a wiki that isn't easy to access remotely.) But 
the service worked (service was up and psql connected) after doing a database 
upgrade.


So no bad news so far.
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Michał Piotrowski
2012/9/10 Bruno Wolff III :
> On Mon, Sep 10, 2012 at 17:58:32 +0200,
>   Michał Piotrowski  wrote:
>>
>>
>> I updated my test rawhide VM and now it's broken - it boots to target
>> Basic System.
>
>
> I think that depends on the version of systemd used in the initramfs. When I
> saw that problem previously I was able to boot with an older kernel.
> However, I haven't rebooted my rawhide system for about a week, so there
> might be a new issue where rebooting an older kernel doesn't fix the
> problem.

Indeed, an old kernel works. Thanks.


-- 
Best regards,
Michal

http://eventhorizon.pl/
https://getactive.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Bruno Wolff III

On Mon, Sep 10, 2012 at 17:58:32 +0200,
  Michał Piotrowski  wrote:


I updated my test rawhide VM and now it's broken - it boots to target
Basic System.


I think that depends on the version of systemd used in the initramfs. When 
I saw that problem previously I was able to boot with an older kernel.
However, I haven't rebooted my rawhide system for about a week, so there 
might be a new issue where rebooting an older kernel doesn't fix the problem.

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Tom Lane
Bruno Wolff III  writes:
> On Mon, Sep 10, 2012 at 10:24:40 -0400,
>Tom Lane  wrote:
>> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
>> into F18 --- will anyone help test?

> Yeah!

> I'll definitely do some testing. My personal web server is running on F18 
> with updates-testing enabled. Most of the testing will be running simple 
> queries generated by web requests.

Filed at https://admin.fedoraproject.org/updates/postgresql-9.2.0-1.fc18

regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Michał Piotrowski
2012/9/10 Michał Piotrowski :
> Hi,
>
> 2012/9/10 Tom Lane :
>> Bruno Wolff III  writes:
>>>Michał Piotrowski  wrote:
 Is there any chance that 9.2 will be available for F18?
>>
>>> I think for 9.1 Tom pushed it just before beta when a few of us promised
>>> to do some testing pronmptly.
>>
>>> So if 9.2 gets released before f18 beta there is probably a good change it 
>>> will
>>> make it in F18. Otherwise it probably won't.
>>
>> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
>> into F18 --- will anyone help test?
>>
>> regards, tom lane
>
> Splendidly :)
>
> I can help you tomorrow.
>

I updated my test rawhide VM and now it's broken - it boots to target
Basic System.

Any ideas?

-- 
Best regards,
Michal

http://eventhorizon.pl/
https://getactive.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Bruno Wolff III

On Mon, Sep 10, 2012 at 10:24:40 -0400,
  Tom Lane  wrote:

PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
into F18 --- will anyone help test?


Yeah!

I'll definitely do some testing. My personal web server is running on F18 
with updates-testing enabled. Most of the testing will be running simple 
queries generated by web requests.

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Michał Piotrowski
Hi,

2012/9/10 Tom Lane :
> Bruno Wolff III  writes:
>>Michał Piotrowski  wrote:
>>> Is there any chance that 9.2 will be available for F18?
>
>> I think for 9.1 Tom pushed it just before beta when a few of us promised
>> to do some testing pronmptly.
>
>> So if 9.2 gets released before f18 beta there is probably a good change it 
>> will
>> make it in F18. Otherwise it probably won't.
>
> PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
> into F18 --- will anyone help test?
>
> regards, tom lane

Splendidly :)

I can help you tomorrow.

-- 
Best regards,
Michal

http://eventhorizon.pl/
https://getactive.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-09-10 Thread Tom Lane
Bruno Wolff III  writes:
>Michał Piotrowski  wrote:
>> Is there any chance that 9.2 will be available for F18?

> I think for 9.1 Tom pushed it just before beta when a few of us promised 
> to do some testing pronmptly.

> So if 9.2 gets released before f18 beta there is probably a good change it 
> will
> make it in F18. Otherwise it probably won't.

PG 9.2 is now released, and F18 isn't beta yet.  So I'd like to push it
into F18 --- will anyone help test?

regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-08-20 Thread Tom Lane
=?ISO-8859-2?Q?Micha=B3_Piotrowski?=  writes:
> Is there any chance that 9.2 will be available for F18?

I'm holding off until there is a 9.2.0 release, or at least an RC
release, but I do very much want it to be in F18.

regards, tom lane
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-08-20 Thread Bruno Wolff III

On Mon, Aug 20, 2012 at 18:38:33 +0200,
  Michał Piotrowski  wrote:

Hi,

I am aware that F18 is a special release - base for a new RHEL, so it
is possible that you will not want to put there not yet released
software. PostgreSQL 9.2 does not have any true revolutionary
features, but it has quite a long list of improvements
http://www.postgresql.org/docs/devel/static/release-9-2.html

Is there any chance that 9.2 will be available for F18?


I think for 9.1 Tom pushed it just before beta when a few of us promised 
to do some testing pronmptly.


So if 9.2 gets released before f18 beta there is probably a good change it will
make it in F18. Otherwise it probably won't.

Postgres has gotten so good, that for hobbiest purposes having the latest 
base release doesn't seem that important. For people that need the latest 
release, there are typically rpms available for download. And in the worst case 
rebuilding srpms for a specific fedora release isn't that hard.

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PostgreSQL 9.2 for F18?

2012-08-20 Thread Jóhann B. Guðmundsson

On 08/20/2012 04:38 PM, Michał Piotrowski wrote:

Hi,

I am aware that F18 is a special release - base for a new RHEL, so it
is possible that you will not want to put there not yet released
software. PostgreSQL 9.2 does not have any true revolutionary
features, but it has quite a long list of improvements
http://www.postgresql.org/docs/devel/static/release-9-2.html

Is there any chance that 9.2 will be available for F18?


First and foremost you should file an RFE against the relevant component 
to see if it can be upgraded.


Secondly RHEL should not be a reason packages are not updated in Fedora 
to their current/latest release and or other progress is made within the 
project nor is Fedora the place for something being asked to be included 
in RHEL.


JBG
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

PostgreSQL 9.2 for F18?

2012-08-20 Thread Michał Piotrowski
Hi,

I am aware that F18 is a special release - base for a new RHEL, so it
is possible that you will not want to put there not yet released
software. PostgreSQL 9.2 does not have any true revolutionary
features, but it has quite a long list of improvements
http://www.postgresql.org/docs/devel/static/release-9-2.html

Is there any chance that 9.2 will be available for F18?

-- 
Best regards,
Michal

http://eventhorizon.pl/
https://getactive.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel