Skip to content

Commit 9eef331

Browse files
committed
Fix several broken $PostgreSQL$ keywords. Noted while experimenting
with Magnus's script to remove these.
1 parent f906e07 commit 9eef331

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/ref/reindexdb.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/reindexdb.sgml,v 1.11 2010/09/19 16:17:45 tgl Exp $
33
PostgreSQL documentation
44
-->
55

src/include/port/svr4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* $PostgreSQL */
1+
/* $PostgreSQL: pgsql/src/include/port/svr4.h,v 1.15 2010/09/19 16:17:45 tgl Exp $ */
22

33
/* nothing needed */

src/interfaces/ecpg/preproc/nls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/nls.mk,v 1.7 2010/09/19 16:17:45 tgl Exp $
22
CATALOG_NAME = ecpg
33
AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN
44
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c

0 commit comments

Comments
 (0)