Bruce Momjian
583a472f7b
Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,
...
and 8.0. Later releases already patched.
2006-05-21 19:56:41 +00:00
Bruce Momjian
e8b9aeea41
The attatched patch fixes a memory error with contrib/dbmirror/pending.c
...
when running it with older(Pre 7.3.x) versions of Postgresql.
Backpatched to 7.3.X.
Steven Singer
2003-03-20 03:58:48 +00:00
Bruce Momjian
805acc16b8
Allocate proper length for sprintf string, from Tatsuo.
2002-11-26 03:08:23 +00:00
Tom Lane
55994bab8e
Fix a dozen or so places that were passing unpredictable data strings
...
as elog format strings. Hai-Chen Tu pointed out the problem in
contrib/dbmirror, but it wasn't the only such error.
2002-11-22 16:25:55 +00:00
Bruce Momjian
7082e7e43a
Fix elog in dbmirror to use %s.
...
Hai-Chen Tu
2002-11-22 16:05:06 +00:00
Bruce Momjian
7b13c5a91e
Change dbmirror lincense to BSD.
2002-11-06 17:51:40 +00:00
Bruce Momjian
8e6b5c8b27
It includes
...
-Support for mirroring tables in different Schema's
-Improved documentation for compiling with 7.1.x and 7.2.x
-Fixes a buffer overrun bug.
Steven Singer
2002-10-19 02:16:40 +00:00
Bruce Momjian
603f601269
Attached is a patch to contrib/dbmirror that fixes a bug that was
...
causing the postmaster to crash when the trigger was running on a table
without a primary key.
I've also updated the docs to explicitly say that tables need primary
keys.
Steven Singer
2002-09-26 05:24:30 +00:00
Tom Lane
52c9d25933
Be careful to include postgres.h *before* any system headers, to ensure
...
that the right flavors of largefile-related definitions are seen.
Most of these changes are probably unnecessary, but better safe than
sorry.
2002-09-05 00:43:07 +00:00
Peter Eisentraut
be475f92cd
Fix compile warning.
2002-09-04 22:51:23 +00:00
Bruce Momjian
e50f52a074
pgindent run.
2002-09-04 20:31:48 +00:00
Bruce Momjian
d64b97ae37
Add dbmirror to /contrib. Minor C cleanups and Makefile.
...
Steven Singer
2002-06-23 21:58:08 +00:00