Re: [pgsql-patches] [PATCHES] COPY with no WAL, v2

2007-01-24 Thread Bruce Momjian
Patch applied. Thanks. --- Simon Riggs wrote: > VERSION 2, with all changed made as requested to date. > > As discussed on -hackers, its possible to avoid writing any WAL at all > for COPY in these circumstances: > > htt

Re: [pgsql-patches] [PATCHES] COPY with no WAL, v2

2007-01-24 Thread Bruce Momjian
Patch applied. Thanks. --- Simon Riggs wrote: > On Fri, 2007-01-19 at 11:36 -0500, Bruce Momjian wrote: > > Simon Riggs wrote: > > > > > > psql -f copy_nowal_prep.sql postgres > > > psql -f copy_nowal_test.sql postgre

Re: [pgsql-patches] [PATCHES] COPY with no WAL, v2

2007-01-19 Thread Simon Riggs
On Fri, 2007-01-19 at 11:36 -0500, Bruce Momjian wrote: > Simon Riggs wrote: > > > > psql -f copy_nowal_prep.sql postgres > > psql -f copy_nowal_test.sql postgres > > > > Do we want an additional test case along these lines? > > > > Agreed doc changes for Performance Tips forthcoming. >

Re: [pgsql-patches] [PATCHES] COPY with no WAL, v2

2007-01-19 Thread Bruce Momjian
Simon Riggs wrote: > > psql -f copy_nowal_prep.sql postgres > psql -f copy_nowal_test.sql postgres > > Do we want an additional test case along these lines? > > Agreed doc changes for Performance Tips forthcoming. I am still waiting for the documentation patch. -- Bruce Momjian

Re: [pgsql-patches] [PATCHES] COPY with no WAL, v2

2007-01-10 Thread Bruce Momjian
Will hold for doc patches. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it.