From: | Scott Frankel <frankel(at)circlesfx(dot)com> |
---|---|
To: | PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: roll back to 8.1 for PyQt driver work-around |
Date: | 2008-07-07 05:46:32 |
Message-ID: | A98A6E98-0E1B-45A8-B94E-E8AD84A0B0AA@circlesfx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Sorry to drag this on further. Though I'm now able to start pg8.3
again (thanks!), I still can't launch pg8.1. Rolling back to 8.1 is
my goal in order to work around a driver issue in Qt.
Is there an example postgresql.conf file for pg 8.1 I can review?
Mine appears to be valid only for pg8.3.
Adding quotes to the shared_buffers value allows pg8.3 to start
successfully. Unfortunately, pg8.1 continues to have issues with it.
eg:
FATAL: syntax error in file "/Library/PostgreSQL8/data/
postgresql.conf" line 107, near token "kB"
FATAL: parameter "shared_buffers" requires an integer value
FATAL: unrecognized configuration parameter
"default_text_search_config"
Thanks again!
Scott
On Jul 6, 2008, at 10:48 AM, Tom Lane wrote:
> Scott Frankel <frankel(at)circlesfx(dot)com> writes:
>> When I try to start 8.3, the log file lists a fatal error in the
>> postgresql.conf file. But there are no obvious errors in that file.
>> Line 107 reads: "shared_buffers = 1600kB".
>
> You need quotes, like
> shared_buffers = '1600kB'
>
>> FATAL: incorrect checksum in control file
>
> This looks like a version compatibility problem, though I'm surprised
> it wasn't complained of earlier.
>
> regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
Scott Frankel
President/VFX Supervisor
Circle-S Studios
510-339-7477 (o)
510-332-2990 (c)
From | Date | Subject | |
---|---|---|---|
Next Message | Lew | 2008-07-07 06:10:08 | Re: Quick way to alter a column type? |
Previous Message | Eric Bangug | 2008-07-07 05:41:20 | Re: Quick way to alter a column type? |