BUG #6111: ftell mismatch error

Started by Gene Lumalmost 15 years ago2 messagesbugs
Jump to latest
#1Gene Lum
gene.lum@rsa.com

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Gene Lum (#1)
Re: BUG #6111: ftell mismatch error

"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