Re: [PATCHES] Exec statement logging

2005-05-20 Thread Bruce Momjian
Bruce Momjian wrote: > Tom Lane wrote: > > Bruce Momjian writes: > > > a null for the prepare string. Also, rather than change the API for > > > pg_parse_query(), I use a global variable that I check after the > > > function call. > > > > This is horribly ugly and will doubtless lead to pfree cr

Re: [PATCHES] [HACKERS] New wal_sync_method for Darwin?

2005-05-20 Thread Bruce Momjian
Applied. --- Bruce Momjian wrote: > > Attached is an updated version of your Darwin Fsync-writethrough patch. > I did much more restructuring because we do fsync in more places than > just WAL (like at checkpoints), and we

Re: [PATCHES] WIP XLog Switch

2005-05-20 Thread Bruce Momjian
Any farther on this? --- Simon Riggs wrote: > > WIP patch to perform a switch from one log file to next when we do a > pg_stop_backup(), including wal replay handling at recovery time. > > Patch currently crashes server at