Обсуждение: BUG #6111: ftell mismatch error

Поиск
Список
Период
Сортировка

BUG #6111: ftell mismatch error

От
"glum"
Дата:
The following bug has been logged online:

Bug reference:      6111
Logged by:          glum
Email address:      gene.lum@rsa.com
PostgreSQL version: 9.0
Operating system:   Windows 7
Description:        ftell mismatch error
Details:

I'm trying to dump a small database using the command line:
pg_dump -Fc -Z9

I see a bunch of errors at the end:
"ftell mismatch with expected position"

I can use the same command on Unix without problem. In addition, using
option "-Ft" works on the same platform.

Any solution or suggestion for workaround will be appreciated. Thanks.

Re: BUG #6111: ftell mismatch error

От
Tom Lane
Дата:
"glum" <gene.lum@rsa.com> writes:
> The following bug has been logged online:

> Bug reference:      6111
> Logged by:          glum
> Email address:      gene.lum@rsa.com
> PostgreSQL version: 9.0
> Operating system:   Windows 7
> Description:        ftell mismatch error
> Details:

> I'm trying to dump a small database using the command line:
> pg_dump -Fc -Z9

> I see a bunch of errors at the end:
> "ftell mismatch with expected position"

Hmm, you certain you're using a 9.0.x pg_dump?   Because this looks a
lot like a problem that was fixed before that.  If it is a current
pg_dump, we're going to need to see a more complete test example.

            regards, tom lane