[PATCHES] Adjustment of test_fsync.c

2007-10-18 Thread Hiroshi Saito
Hi Bruce-san. It is somewhat out of order at MinGW (gcc). (CVS-HEAD) make[1]: Leaving directory `/home/hiroshi/postgresql-8.3b1-2007-10-18/src/port' gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-afterstatement -Wendif-labels -fno-strict-aliasing -I../../../src/interf

Re: [PATCHES] [RFC] extended txid docs

2007-10-18 Thread Marko Kreen
On 10/17/07, Tom Lane <[EMAIL PROTECTED]> wrote: > "Marko Kreen" <[EMAIL PROTECTED]> writes: > > Thanks. Here is a version with your changes applied, plus > > minor code cleanup and example output. > > I can't really see the reasoning for putting this into the PG > documentation. It's tremendousl

Re: [PATCHES] [HACKERS] Why copy_relation_data only use wal whenWALarchivingis enabled

2007-10-18 Thread Heikki Linnakangas
Tom Lane wrote: > Heikki Linnakangas <[EMAIL PROTECTED]> writes: >> The best I can think of is to rename the obsolete file to >> .stale, when it's scheduled for deletion at next >> checkpoint, and check for .stale-suffixed files in GetNewRelFileNode, >> and delete them immediately in DropTableSpace