Re: [PATCHES] Patch pg_start_backup() to ERROR if archiving is not

2004-11-16 Thread Neil Conway
On Sun, 2004-11-14 at 23:05 +1100, Gavin Sherry wrote: > Attached is a patch which checks early on in pg_start_back() that > archive_command is defined and if not generates an error. Applied, with some tweaks. Thanks. -Neil ---(end of broadcast)

Re: [PATCHES] Patch pg_start_backup() to ERROR if archiving is not

2004-11-16 Thread Neil Conway
On Sun, 2004-11-14 at 23:05 +1100, Gavin Sherry wrote: > Attached is a patch which checks early on in pg_start_back() that > archive_command is defined and if not generates an error. This seemed like > a reason foot gun prevention measure. I'll apply this before end of day today. -Neil ---