Re: [HACKERS] pg_dump large file support

2002-08-15 Thread Oliver Elphick
On Thu, 2002-08-15 at 20:30, Peter Eisentraut wrote: > Oliver Elphick writes: > > > I've implemented large file support for pg_dump, in what I hope is a > > portable fashion. Please review the attached patch. > > Hmm, not quite right, but since you've indicated that you're not familiar > with A

Re: [HACKERS] pg_dump large file support

2002-08-15 Thread Peter Eisentraut
Oliver Elphick writes: > I've implemented large file support for pg_dump, in what I hope is a > portable fashion. Please review the attached patch. Hmm, not quite right, but since you've indicated that you're not familiar with Autoconf I can take it from here. -- Peter Eisentraut [EMAIL PRO

Re: [HACKERS] pg_dump large file support

2002-08-15 Thread Oliver Elphick
On Thu, 2002-08-15 at 11:41, Oliver Elphick wrote: > I've implemented large file support for pg_dump, in what I hope is a > portable fashion. Please review the attached patch. > Index: src/bin/pg_dump/Makefile > === > RCS file: /pro

[HACKERS] pg_dump large file support

2002-08-15 Thread Oliver Elphick
I've implemented large file support for pg_dump, in what I hope is a portable fashion. Please review the attached patch. This needs an additional option from autoconf, because pg_dump prints a hex offset which needs to be either %Lx or %llx, but there is no hex equivalent to INT64_FORMAT. To ge