1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

make sure the $Id tags are converted to $PostgreSQL as well ...

This commit is contained in:
PostgreSQL Daemon
2003-11-29 22:41:33 +00:00
parent 4c274b4f8a
commit 55b113257c
449 changed files with 455 additions and 451 deletions

View File

@ -33,7 +33,7 @@
#
#
##############################################################################
# $Id: DBMirror.pl,v 1.6 2003/05/14 03:25:55 tgl Exp $
# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.7 2003/11/29 22:39:19 pgsql Exp $
#
##############################################################################

View File

@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
##############################################################################
# $Id: clean_pending.pl,v 1.3 2003/05/14 03:25:55 tgl Exp $
# $PostgreSQL: pgsql/contrib/dbmirror/clean_pending.pl,v 1.4 2003/11/29 22:39:19 pgsql Exp $
##############################################################################

View File

@ -1,6 +1,6 @@
/****************************************************************************
* pending.c
* $Id: pending.c,v 1.14 2003/09/29 18:16:48 momjian Exp $
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.15 2003/11/29 22:39:19 pgsql Exp $
*
* This file contains a trigger for Postgresql-7.x to record changes to tables
* to a pending table for mirroring.

View File

@ -4,7 +4,7 @@
# It contains configuration information to mirror data from
# the master database to a single slave system.
#
# $Id: slaveDatabase.conf,v 1.1 2002/06/23 21:58:08 momjian Exp $
# $PostgreSQL: pgsql/contrib/dbmirror/slaveDatabase.conf,v 1.2 2003/11/29 22:39:19 pgsql Exp $
#######################################################################
$masterHost = "masterMachine.mydomain.com";