diff options
-rw-r--r-- | doc/src/sgml/ref/reindexdb.sgml | 2 | ||||
-rw-r--r-- | src/include/port/svr4.h | 2 | ||||
-rw-r--r-- | src/interfaces/ecpg/preproc/nls.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index dcc34fb61a9..c928d3d75b7 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL $ +$PostgreSQL: pgsql/doc/src/sgml/ref/reindexdb.sgml,v 1.11 2010/09/19 16:17:45 tgl Exp $ PostgreSQL documentation --> diff --git a/src/include/port/svr4.h b/src/include/port/svr4.h index 7366299b8a2..6ba3d68708c 100644 --- a/src/include/port/svr4.h +++ b/src/include/port/svr4.h @@ -1,3 +1,3 @@ -/* $PostgreSQL */ +/* $PostgreSQL: pgsql/src/include/port/svr4.h,v 1.15 2010/09/19 16:17:45 tgl Exp $ */ /* nothing needed */ diff --git a/src/interfaces/ecpg/preproc/nls.mk b/src/interfaces/ecpg/preproc/nls.mk index a6f276ea9ac..ade6ad4a0fb 100644 --- a/src/interfaces/ecpg/preproc/nls.mk +++ b/src/interfaces/ecpg/preproc/nls.mk @@ -1,4 +1,4 @@ -# $PostgreSQL $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/nls.mk,v 1.7 2010/09/19 16:17:45 tgl Exp $ CATALOG_NAME = ecpg AVAIL_LANGUAGES = de es fr it ja pt_BR tr zh_CN GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c |