Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55b1132

Browse files
author
PostgreSQL Daemon
committed
make sure the $Id tags are converted to $PostgreSQL as well ...
1 parent 4c274b4 commit 55b1132

File tree

449 files changed

+455
-451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+455
-451
lines changed

contrib/adddepend/adddepend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl
2-
# $Id: adddepend,v 1.5 2003/06/25 01:11:09 momjian Exp $
2+
# $PostgreSQL: pgsql/contrib/adddepend/adddepend,v 1.6 2003/11/29 22:39:16 pgsql Exp $
33

44
# Project exists to assist PostgreSQL users with their structural upgrade
55
# from PostgreSQL 7.2 (or prior) to 7.3 or 7.4. Must be run against a 7.3 or 7.4

contrib/chkpass/chkpass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
* http://www.druid.net/darcy/
66
*
7-
* $Id: chkpass.c,v 1.11 2003/09/07 15:27:25 tgl Exp $
7+
* $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.12 2003/11/29 22:39:18 pgsql Exp $
88
* best viewed with tabs set to 4
99
*/
1010

contrib/dbmirror/DBMirror.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#
3434
#
3535
##############################################################################
36-
# $Id: DBMirror.pl,v 1.6 2003/05/14 03:25:55 tgl Exp $
36+
# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.7 2003/11/29 22:39:19 pgsql Exp $
3737
#
3838
##############################################################################
3939

contrib/dbmirror/clean_pending.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
##############################################################################
19-
# $Id: clean_pending.pl,v 1.3 2003/05/14 03:25:55 tgl Exp $
19+
# $PostgreSQL: pgsql/contrib/dbmirror/clean_pending.pl,v 1.4 2003/11/29 22:39:19 pgsql Exp $
2020
##############################################################################
2121

2222

contrib/dbmirror/pending.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/****************************************************************************
22
* pending.c
3-
* $Id: pending.c,v 1.14 2003/09/29 18:16:48 momjian Exp $
3+
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.15 2003/11/29 22:39:19 pgsql Exp $
44
*
55
* This file contains a trigger for Postgresql-7.x to record changes to tables
66
* to a pending table for mirroring.

contrib/dbmirror/slaveDatabase.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It contains configuration information to mirror data from
55
# the master database to a single slave system.
66
#
7-
# $Id: slaveDatabase.conf,v 1.1 2002/06/23 21:58:08 momjian Exp $
7+
# $PostgreSQL: pgsql/contrib/dbmirror/slaveDatabase.conf,v 1.2 2003/11/29 22:39:19 pgsql Exp $
88
#######################################################################
99

1010
$masterHost = "masterMachine.mydomain.com";

contrib/isbn_issn/isbn_issn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PostgreSQL type definitions for ISBNs.
33
*
4-
* $Id: isbn_issn.c,v 1.6 2003/07/24 17:52:29 tgl Exp $
4+
* $PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.c,v 1.7 2003/11/29 22:39:20 pgsql Exp $
55
*/
66

77
#include "postgres.h"

contrib/isbn_issn/isbn_issn.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- PostgreSQL code for ISSNs.
33
--
4-
-- $Id: isbn_issn.sql.in,v 1.9 2003/06/28 00:36:40 momjian Exp $
4+
-- $PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.sql.in,v 1.10 2003/11/29 22:39:20 pgsql Exp $
55
--
66

77
-- Adjust this setting to control where the objects get created.

contrib/lo/lo.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- PostgreSQL code for LargeObjects
33
--
4-
-- $Id: lo.sql.in,v 1.10 2003/05/14 03:25:56 tgl Exp $
4+
-- $PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.11 2003/11/29 22:39:22 pgsql Exp $
55
--
66
--
77
-- Create the data type

contrib/mac/ouiparse.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: ouiparse.awk,v 1.2 2000/08/23 13:44:14 thomas Exp $
1+
# $PostgreSQL: pgsql/contrib/mac/ouiparse.awk,v 1.3 2003/11/29 22:39:24 pgsql Exp $
22
#
33
# ouiparse.awk
44
# Author: Lawrence E. Rosenman <[email protected]>

0 commit comments

Comments
 (0)