[HACKERS] compress package in bzip2

2001-03-26 Thread Xu Yifeng
could anyone compress Postgresql package in bzip2 format? I am behind a slow line, to save me some bandwith, I would like to download a package named postgresql-7.1RC1.tar.bz2 . Regards, XuYifeng ---(end of broadcast)--- TIP 6: Have you search

Re[4]: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-16 Thread Xu Yifeng
Hello Alfred, Friday, March 16, 2001, 3:21:09 PM, you wrote: AP> * Xu Yifeng <[EMAIL PROTECTED]> [010315 22:25] wrote: >> >> Could anyone consider fork a syncer process to sync data to disk ? >> build a shared sync queue, when a daemon process want to do sync after

Re[2]: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-15 Thread Xu Yifeng
equest for one file can be merged when the request is been inserting to the queue. -- Regards, Xu Yifeng ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re[4]: [HACKERS] Re: [PATCHES] A patch for xlog.c

2001-02-26 Thread Xu Yifeng
could anyone investigate mmap() in many modern UNIX systems to prove that mmap() is so un-portable? it seems mmap() is a portable problem like you said, but I think SYSV shmem for PGSQL is a installation problem. you push some difficults to end user, and take easy taskes for yourself. Xu Yifeng