contrib/dbmirror

Started by Steven Singerabout 22 years ago5 messagespatches
Jump to latest
#1Steven Singer
ssinger@navtechinc.com

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 ssinger@navtechinc.com
Dispatch Systems Phone: 519-747-1170 ext 282
Navtech Systems Support Inc. AFTN: CYYZXNSX SITA: YYZNSCR
Waterloo, Ontario ARINC: YKFNSCR

Attachments:

dbmirror_8b2_patchtext/plain; charset=US-ASCII; name=dbmirror_8b2_patchDownload+84-43
#2Neil Conway
neilc@samurai.com
In reply to: Steven Singer (#1)
Re: contrib/dbmirror

ssinger@navtechinc.com 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

#3Laurent Ballester
postgresql.ballester@wanadoo.fr
In reply to: Steven Singer (#1)
contrib/dbase

Hello,

Here is a patch for contrib/dbase module to allow it to be compiled under
win32 with mingw compiler.

On dbf.h, add a include to define u_char type
On dbf2pg.c, rename Escape type already defined on Windows by GDI (Graphic
Device Interface) layer to Escape_db.

Regards, Laurent

Attachments:

dbf2pg.c.diffapplication/octet-stream; name=dbf2pg.c.diffDownload+6-6
dbf.h.diffapplication/octet-stream; name=dbf.h.diffDownload+3-0
#4Neil Conway
neilc@samurai.com
In reply to: Steven Singer (#1)
Re: contrib/dbmirror

On Sun, 2004-09-05 at 01:59, ssinger@navtechinc.com 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 guess) -- so I applied the patch without that change.

-Neil

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Laurent Ballester (#3)
Re: contrib/dbase

"Laurent Ballester" <postgresql.ballester@wanadoo.fr> writes:

Here is a patch for contrib/dbase module to allow it to be compiled under
win32 with mingw compiler.

Applied, thanks.

regards, tom lane