Re: [PATCHES] contrib/dbmirror

2004-09-09 Thread Neil Conway
On Sun, 2004-09-05 at 01:59, [EMAIL PROTECTED] wrote: > Here is a patch for dbmirror to be applied for the next beta. Patch applied -- thanks! Note that one hunk was rejected, but it was misguided anyway (trying to change a $PostgreSQL$ tag into an $Id$, as a result of a private CVS tree I'd gues

Re: [PATCHES] contrib/dbmirror

2004-09-09 Thread Neil Conway
[EMAIL PROTECTED] wrote: Here is a patch for dbmirror to be applied for the next beta. I'll apply this within the next 24 hours, barring any objections. -Neil ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan

[PATCHES] contrib/dbmirror

2004-09-04 Thread ssinger
Here is a patch for dbmirror to be applied for the next beta. -It fixes up some bugs with handling setval calls -Adds upgrade instructions from prior versions -Improved the sample config file -Fixed some things in the clean_pending script Thanks -- Steven Singer

Re: [PATCHES] contrib/dbmirror

2004-07-10 Thread Jan Wieck
On 7/1/2004 12:39 AM, Tom Lane wrote: Joe Conway <[EMAIL PROTECTED]> writes: [EMAIL PROTECTED] wrote: Attached is a 1 line bug fix for dbmirror that was submitted. It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. I know that there were discuss

Re: [PATCHES] contrib/dbmirror

2004-07-01 Thread Joe Conway
[EMAIL PROTECTED] wrote: Attached is a 1 line bug fix for dbmirror that was submitted. It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. Patch applied. Joe ---(end of broadcast)--- TIP 1: subscrib

Re: [PATCHES] contrib/dbmirror

2004-06-30 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> Attached is a 1 line bug fix for dbmirror that was submitted. >> It fixes a bug where some transactions could be dropped when writing >> mirrored SQL statements to files. > I know that there were discussions regarding removing t

Re: [PATCHES] contrib/dbmirror

2004-06-30 Thread Joe Conway
[EMAIL PROTECTED] wrote: Attached is a 1 line bug fix for dbmirror that was submitted. It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. I know that there were discussions regarding removing the replication contribs (rserv and dbmirror) prior t

[PATCHES] contrib/dbmirror

2004-06-30 Thread ssinger
Attached is a 1 line bug fix for dbmirror that was submitted. It fixes a bug where some transactions could be dropped when writing mirrored SQL statements to files. -- Steven Singer [EMAIL PROTECTED] Dispatch SystemsPhone: 519

Re: [PATCHES] contrib/dbmirror typo fix

2004-05-25 Thread Bruce Momjian
Patch applied. Thanks. --- [EMAIL PROTECTED] wrote: > > Please apply this minor patch to the cvs HEAD of dbmirror > > It fixes a typo in a define > > Thanks > > > -- > Steven Singer

Re: [PATCHES] contrib/dbmirror typo fix

2004-05-25 Thread Jan Wieck
[EMAIL PROTECTED] wrote: Please apply this minor patch to the cvs HEAD of dbmirror It fixes a typo in a define Thanks Applied. Jan Index: pending.c === RCS file

[PATCHES] contrib/dbmirror typo fix

2004-05-24 Thread ssinger
Please apply this minor patch to the cvs HEAD of dbmirror It fixes a typo in a define Thanks -- Steven Singer [EMAIL PROTECTED] Dispatch SystemsPhone: 519-747-1170 ext 282 Navtech Systems Support Inc.AFTN: CY

Re: [PATCHES] contrib/dbmirror

2004-04-22 Thread ssinger
On Wed, 21 Apr 2004, Bruce Momjian wrote: > > Patch applied. Thanks. > > Should this be backpatched to 7.4.X? The patch didn't apply cleanly to > that CVS branch. No. support for sequences was only introduced onto the 7.5 tree/head. Same with the support for transaction files. > > --

Re: [PATCHES] contrib/dbmirror

2004-04-21 Thread Bruce Momjian
Patch applied. Thanks. Should this be backpatched to 7.4.X? The patch didn't apply cleanly to that CVS branch. --- [EMAIL PROTECTED] wrote: > > Attached is are a few small fixes for dbmirror. > > 1. Fixed bug where seq

[PATCHES] contrib/dbmirror

2004-04-18 Thread ssinger
Attached is are a few small fixes for dbmirror. 1. Fixed bug where sequences were being mirrored incorrectly if they exceeded 127 2. Fixed a bug in the perl script with mirroring sequences(John Burtenshaw sent an email to patches describing the bug in March but I htink he forgot to attach his

Re: [PATCHES] contrib/dbmirror

2004-02-16 Thread Bruce Momjian
Patch applied. Thanks. --- Steven Singer wrote: > > Please apply this patch to contrib/dbmirror > In incorperates changes from myself and a number of contributors. > > This update to dbmirror provides: > > -replication

Re: [PATCHES] contrib/dbmirror conditional replication

2003-11-29 Thread Joe Conway
Steven Singer wrote: Downsides include that the code is kind of complicated, insert,updates and deletes are much slower and a lot of extra information needs to be stored by the mirroring system(see the accounting table). I second this part. I added a compile time flag to enable or disable this fea

Re: [PATCHES] contrib/dbmirror 7.4 README update

2003-10-26 Thread Bruce Momjian
Patch applied. Thanks. --- Steven Singer wrote: > > Here is an update to the dbmirror README file. > > -References to older versions of PostgreSQL have been removed(It no longer > compiles against older versions) > -Ad

[PATCHES] contrib/dbmirror 7.4 README update

2003-10-26 Thread Steven Singer
Here is an update to the dbmirror README file. -References to older versions of PostgreSQL have been removed(It no longer compiles against older versions) -Added a link to PgPerl at GBorg. Thanks -- Steven Singer [EMAIL PROTECTED] Dispatch Systems

Re: [PATCHES] contrib/dbmirror patch

2003-09-29 Thread Bruce Momjian
Patch applied. Thanks. --- Steven Singer wrote: > > Attatched is a patch for contrib/dbmirror that should be applied against > the 7.4 tree > > A) Fixes a bug that prevented mirroring of data on a table that has had a

Re: [PATCHES] contrib/dbmirror patch

2003-09-26 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Steven Singer wrote: > > Attatched is a

[PATCHES] contrib/dbmirror patch

2003-09-13 Thread Steven Singer
Attatched is a patch for contrib/dbmirror that should be applied against the 7.4 tree A) Fixes a bug that prevented mirroring of data on a table that has had a column dropped. B) Updated the documentation for the 7.4 release. Thanks -- Steven Singer [EM