Re: Problem with pg_upgrade 9.2 on Windows

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem with pg_upgrade 9.2 on Windows
Дата
Msg-id 20120913143727.GA29170@momjian.us
обсуждение исходный текст
Ответ на Problem with pg_upgrade 9.2 on Windows  (Christian Ullrich <chris@chrullrich.net>)
Ответы Re: Problem with pg_upgrade 9.2 on Windows
Список pgsql-admin
On Thu, Sep 13, 2012 at 02:15:00PM +0200, Christian Ullrich wrote:
> Hello all,
>
> I get the following output from pg_upgrade when trying to upgrade a
> test cluster on Windows 7 x64:
>
> c:\Daten>path
> PATH=c:\windows;c:\windows\system32;c:\Program Files\PostgreSQL\9.2\bin
>
> c:\Daten>pg_upgrade --old-bindir="c:\Program Files\PostgreSQL\9.1\bin"
> --new-bindir="c:\Program Files\PostgreSQL\9.2\bin"
> --old-datadir="c:\Daten\db\pgsql"
> --new-datadir=c:\Daten\db\pgsql-9.2\data --old-port=5432
> --new-port=5433 --user=postgres --verbose --check

So I assume this is an upgrade from 9.1 to 9.2, based on the prompts,
right?

>
> [...]
>
> Checking for contrib/isn with bigint-passing mismatch       ok
> ""c:\Program Files\PostgreSQL\9.1\bin/pg_ctl" -w -D
> "c:\Daten\db\pgsql" -o ""  stop >> "pg_upgrade_utility.log" 2>&1"

Notice the -o "" above.  I am confused how you could get that because
looking at the 9.2.0 source code I see:

    snprintf(cmd, sizeof(cmd),
             "\"%s/pg_ctl\" -w -l \"%s\" -D \"%s\" -o \"-p %d %s %s%s\" start",
                                                   -------
          cluster->bindir, SERVER_LOG_FILE, cluster->pgconfig, cluster->port,
             (cluster->controldata.cat_ver >=
              BINARY_UPGRADE_SERVER_FLAG_CAT_VER) ? "-b" :
             "-c autovacuum=off -c autovacuum_freeze_max_age=2000000000",
             cluster->pgopts ? cluster->pgopts : "", socket_string);

Notice that -o always has at least "-p".  Please tell use the server
versions and where you got these binaries.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: pg_restore problem "Found unexpected Block id"
Следующее
От: johnkn63
Дата:
Сообщение: Re: non-superuser login phpPgAdmin PostgreSQL 9.1