Magnus Hagander wrote: > > I'll try to take a look at this sometime the next couple of days (out of > > time for today) unless beaten to it. > > > > Actually, there's another option that Hiroshi mentioned off-list, that I > forgot. > > We can implement the Microsoft functions _fseeki64() and _ftelli64() > ourselves, based on win32 API functions. There are examples available > for this. > > Not sure which is the cleanest method, too late for more thinking ;-)
See src/port/fseeko.c for an example for NetBSD and BSD/OS. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match