Re: [HACKERS] HAVE_FSEEKO for WIN32

2009-01-07 Thread Magnus Hagander
Andrew Dunstan wrote: > > > Magnus Hagander wrote: >> Bruce Momjian wrote: >> >>> Andrew Dunstan wrote: >>> Cleaning up the parallel restore patch I came across a question I might have asked before, but one which in any case I worked around: Why do we carefully define fs

Re: [HACKERS] HAVE_FSEEKO for WIN32

2009-01-07 Thread Andrew Dunstan
Magnus Hagander wrote: Bruce Momjian wrote: Andrew Dunstan wrote: Cleaning up the parallel restore patch I came across a question I might have asked before, but one which in any case I worked around: Why do we carefully define fseeko() for WIN32 but then not define HAVE_FSEEKO, whi

Re: [HACKERS] HAVE_FSEEKO for WIN32

2009-01-07 Thread Magnus Hagander
Bruce Momjian wrote: > Andrew Dunstan wrote: >> Cleaning up the parallel restore patch I came across a question I might >> have asked before, but one which in any case I worked around: >> >> Why do we carefully define fseeko() for WIN32 but then not define >> HAVE_FSEEKO, which makes doing the fo

Re: [HACKERS] HAVE_FSEEKO for WIN32

2009-01-06 Thread Bruce Momjian
Andrew Dunstan wrote: > > Cleaning up the parallel restore patch I came across a question I might > have asked before, but one which in any case I worked around: > > Why do we carefully define fseeko() for WIN32 but then not define > HAVE_FSEEKO, which makes doing the former pretty much pointle

Re: [HACKERS] HAVE_FSEEKO for WIN32

2008-12-22 Thread Bruce Momjian
Andrew Dunstan wrote: > > Cleaning up the parallel restore patch I came across a question I might > have asked before, but one which in any case I worked around: > > Why do we carefully define fseeko() for WIN32 but then not define > HAVE_FSEEKO, which makes doing the former pretty much pointle

[HACKERS] HAVE_FSEEKO for WIN32

2008-12-22 Thread Andrew Dunstan
Cleaning up the parallel restore patch I came across a question I might have asked before, but one which in any case I worked around: Why do we carefully define fseeko() for WIN32 but then not define HAVE_FSEEKO, which makes doing the former pretty much pointless? cheers andrew -- Sent vi