pg_dump/pg_restore seem broken on hamerkop

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pg_dump/pg_restore seem broken on hamerkop
Дата
Msg-id 25618.1413743473@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: pg_dump/pg_restore seem broken on hamerkop
Список pgsql-hackers
Buildfarm member hamerkop has been failing in the pg_upgrade regression
test for the last several days.  The problem looks like this:

command: "C:/buildfarm/build_root/HEAD/pgsql.build/contrib/pg_upgrade/tmp_check/install/bin/pg_restore" --port 50432
--username"Administrator" --exit-on-error --verbose --dbname "postgres" "pg_upgrade_dump_12145.custom" >>
"pg_upgrade_dump_12145.log"2>&1
 
pg_restore: connecting to database for restore
pg_restore: [archiver (db)] Error while INITIALIZING:
pg_restore: [archiver (db)] could not execute query: ERROR:  invalid byte sequence for encoding "UTF8": 0x93

I can't help noticing that this started immediately after commit
0eea804 "pg_dump: Reduce use of global variables".  No idea why
the issue is only showing up on this one animal.
        regards, tom lane



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

Предыдущее
От: Steve Singer
Дата:
Сообщение: Re: [PATCH] HINT: pg_hba.conf changed since last config reload
Следующее
От: Tom Lane
Дата:
Сообщение: Re: get_actual_variable_range vs idx_scan/idx_tup_fetch