Re: Point in time recovery 20020822_01_pitr.patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Point in time recovery 20020822_01_pitr.patch
Date
Msg-id 200208230416.g7N4GnQ28335@candle.pha.pa.us
Whole thread Raw
In response to Point in time recovery 20020822_01_pitr.patch  ("J. R. Nield" <jrnield@usol.com>)
List pgsql-patches
Patch applied.  Thanks.




Ha.  Ha.  Just messing with you guys.  I didn't apply anything, but this
does give us something to talk about.  Thanks.

---------------------------------------------------------------------------


J. R. Nield wrote:
> Here's a patch to do point-in-time recovery against 7.3 head. Still to
> be resolved in this patch:
>
>     * CREATE/DROP database are still unlogged. dbcommands.c needs a
> re-write to make that possible, since all the file and directory
> operations will need to be logged, as will the data.
>
>     * Is it really safe to do block-aligned reads to copy the database
> files once (if) we remove backup blocks from the log? Should support be
> added to go through the buffer manager?
>
>
> New Files:
>     ./doc/FAQ_PITR
>     ./src/backend/commands/recoverycmds.c
>     ./src/include/commands/recoverycmds.h
>
>
> --
> J. R. Nield
> jrnield@usol.com
>
>

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: "J. R. Nield"
Date:
Subject: 20020822_02_pitr.patch.gz
Next
From: Bruce Momjian
Date:
Subject: Re: another NAMEDATALEN fix