Re: roll back to 8.1 for PyQt driver work-around

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Frankel <frankel(at)circlesfx(dot)com>
Cc: PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: roll back to 8.1 for PyQt driver work-around
Date: 2008-07-06 17:48:56
Message-ID: 2293.1215366536@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jack Brown 2008-07-07 00:15:27 creating "a perfect sequence" column
Previous Message Scott Frankel 2008-07-06 16:19:41 Re: roll back to 8.1 for PyQt driver work-around