PITR Phase 1 - partial backport to 7.3.4, 7.3.5

From: " Потеряев =?koi8-r?b?IOku5S4=?=" <poteryaev(at)kazna(dot)ru>
To: pgsql-patches(at)postgresql(dot)org
Subject: PITR Phase 1 - partial backport to 7.3.4, 7.3.5
Date: 2004-05-17 06:34:36
Message-ID: 200405171234.37006.poteryaev@kazna.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

I tried to backport Simon Riggs patches for 7.4.x series to 7.3.x
with addition of python implementation of pg_arch.

It can be of interest if you consider to continue using 7.3 series of postgresql.

src/backend/access/transam/xlog.c: calls to "ereport" was replaced with call to "elog".
src/backend/utils/misc/guc.c : format of "wal_archive" was converted to 7.3 style
src/bin/Makefile: was removed

Attached patch can be applied to 7.3.4 and 7.3.5

During this week I'll test it in our development enviroment.

Best regards

--
Igor Poteryaev

Attachment Content-Type Size
pg_arch.py application/x-python 11.5 KB
postgresql-7.3.4-PITR.patch text/x-diff 12.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Nikola Milutinovic 2004-05-17 07:00:39 Re: PgSQL 7.4.2 - NaN on Tru64 UNIX
Previous Message Christopher Kings-Lynne 2004-05-17 04:26:13 Re: Bug in CVS pg_dump against 7.0.x