Re: unrecognized configuration parameter "synchronize_seqscans" - Mailing list pgsql-admin

From Tom Lane
Subject Re: unrecognized configuration parameter "synchronize_seqscans"
Date
Msg-id 24355.1212589709@sss.pgh.pa.us
Whole thread Raw
In response to unrecognized configuration parameter "synchronize_seqscans"  ("Mikel Lindsaar" <raasdnil@gmail.com>)
List pgsql-admin
"Mikel Lindsaar" <raasdnil@gmail.com> writes:
> I am trying to set up a pg_dump between a postgresql 8.3.1 server and edb
> 8.3 server.

> When I do:
> pg_dump -s -U testmaster -h 10.0.0.1 -p 5444 testuser | psql -U postgres -h
> localhost testslave

> I get:
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR: unrecognized configuration
> parameter "synchronize_seqscans"
> pg_dump: The command was: SET synchronize_seqscans TO off

Hmm, apparently the source isn't *really* 8.3 ... but it must claim to
be, else pg_dump wouldn't try to send it that command.  I think you're
confused about the version situation, and you've probably also got some
messy combination of stock PG server and edb-customized pg_dump, or
perhaps vice versa.  You're going to have to go ask them for help if
you can't get it sorted by triple-checking the versions.

            regards, tom lane

pgsql-admin by date:

Previous
From: Marcin Kasperski
Date:
Subject: Is it possible to convert WAL's between architectures?
Next
From: Tom Lane
Date:
Subject: Re: Create Index Performance Issue