Patch pg_start_backup() to ERROR if archiving is not defined

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch pg_start_backup() to ERROR if archiving is not defined
Date: 2004-11-14 12:05:03
Message-ID: Pine.LNX.4.58.0411142302460.25401@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi all,

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.

Gavin

Attachment Content-Type Size
pitr.diff text/plain 907 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-11-14 13:55:20 Re: [PORTS] Windows XP could not get token information: 122
Previous Message Neil Conway 2004-11-14 11:55:16 Re: diff -c please