Building 8.1.11 on FC4

From: "beer(at)cmu(dot)edu" <beer(at)cmu(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Building 8.1.11 on FC4
Date: 2008-01-16 15:02:23
Message-ID: 7916966e0801160702je83b042ie64a83d98a2f6808@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Good morning everyone!

As you may have guessed from previous posts, i just recently migrated my
main database server from 7.4.x to 8.1.11. This part went pretty smoothly.
:)

One of the client machines in my architecture is a Fedora Core 4 box. I
unfortunately cannot change this so I had to build 8.1.11 packages. When I
was building the packages it would fail unless I passed 'pgfts 0'.

Of course now, I am running into deadlock issues that never existed before.
There have been no code changes and the behavior of the code seems to
suggest to me that threads may be the issue.

Has anyone actually built 8.1.x on FC4? My guess is that I just need a
little trick to force rpmbuild to finish successfully with thread safe
enabled but it has been suggested that perhaps FC4 is not capable of being
thread safe. So if anyone could offer any advice that might help me sort
this out, I would truly appreciate it.

TIA

-bill

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-01-16 15:06:14 Re: Sun acquires MySQL
Previous Message Tom Lane 2008-01-16 15:01:58 Re: Patch for Statement.getGeneratedKeys()