Fix remaining stray references to CVS.
authorTom Lane <[email protected]>
Wed, 22 Sep 2010 23:51:46 +0000 (19:51 -0400)
committerTom Lane <[email protected]>
Wed, 22 Sep 2010 23:51:46 +0000 (19:51 -0400)
These are just cosmetic and don't seem worth back-patching far.
I put them into 9.0 just because it was trivial to do so.

config/ac_func_accept_argtypes.m4
config/perl.m4
config/prep_buildtree
config/programs.m4
configure
doc/src/sgml/acronyms.sgml
doc/src/sgml/external-projects.sgml
doc/src/sgml/nls.sgml
src/backend/commands/copy.c
src/tools/codelines
src/tools/msvc/Install.pm

index 917d59ab866db46df269f3f65b49ee64910a2238..4ac5ce0eb9458edaa70e4e1b44f563446f05826d 100644 (file)
@@ -1,7 +1,6 @@
 # $PostgreSQL: pgsql/config/ac_func_accept_argtypes.m4,v 1.6 2003/11/29 19:51:17 pgsql Exp $
 # This comes from the official Autoconf macro archive at
 # <http://research.cys.de/autoconf-archive/>
-# (I removed the $ before the Id CVS keyword below.)
 
 
 dnl @synopsis AC_FUNC_ACCEPT_ARGTYPES
@@ -21,7 +20,7 @@ dnl
 dnl NOTE: This is just a modified version of the AC_FUNC_SELECT_ARGTYPES
 dnl macro. Credit for that one goes to David MacKenzie et. al.
 dnl
-dnl @version Id: ac_func_accept_argtypes.m4,v 1.1 1999/12/03 11:29:29 simons Exp $
+dnl @version $Id: ac_func_accept_argtypes.m4,v 1.1 1999/12/03 11:29:29 simons Exp $
 dnl @author Daniel Richard G. <[email protected]>
 dnl
 
index 165034b0fd96c300cbd302eb5e46ec8d62183f0e..550ba1fed8178bf6e763386e4b420b8fbd77f0df 100644 (file)
@@ -24,7 +24,7 @@ fi
 
 if test -z "$PERL"; then
   AC_MSG_WARN([
-*** Without Perl you will not be able to build PostgreSQL from CVS.
+*** Without Perl you will not be able to build PostgreSQL from Git.
 *** You can obtain Perl from any CPAN mirror site.
 *** (If you are using the official distribution of PostgreSQL then you do not
 *** need to worry about this, because the Perl output is pre-generated.)])
index f9164cfa2fafa588e378839a471b47680e18d8bf..2527812f1264a57062a578a4d5de4f3839301ffd 100644 (file)
@@ -22,7 +22,7 @@ sourcetree=`cd $1 && pwd`
 
 buildtree=`cd ${2:-'.'} && pwd`
 
-for item in `find "$sourcetree" -type d \( -name CVS -prune -o -print \)`; do
+for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .git -prune \) -o -print \)`; do
     subdir=`expr "$item" : "$sourcetree\(.*\)"`
     if test ! -d "$buildtree/$subdir"; then
         mkdir -p "$buildtree/$subdir" || exit 1
index 594729cbb1d07569a7c75c3a2e3586e4974852ca..9c73d7409eb09695b7b7308aa3e7a21e6854da2e 100644 (file)
@@ -27,7 +27,7 @@ fi
 
 if test -z "$BISON"; then
   AC_MSG_WARN([
-*** Without Bison you will not be able to build PostgreSQL from CVS nor
+*** Without Bison you will not be able to build PostgreSQL from Git nor
 *** change any of the parser definition files.  You can obtain Bison from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this, because the Bison
@@ -89,7 +89,7 @@ fi
 
 if test x"$pgac_cv_path_flex" = x"no"; then
   AC_MSG_WARN([
-*** Without Flex you will not be able to build PostgreSQL from CVS nor
+*** Without Flex you will not be able to build PostgreSQL from Git nor
 *** change any of the scanner definition files.  You can obtain Flex from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this because the Flex
index 7c54dc653b882fae84147bc07959db5833d27001..81b893372d99cc326421b308af4436f66974ee8f 100755 (executable)
--- a/configure
+++ b/configure
@@ -6738,13 +6738,13 @@ fi
 
 if test -z "$BISON"; then
   { $as_echo "$as_me:$LINENO: WARNING:
-*** Without Bison you will not be able to build PostgreSQL from CVS nor
+*** Without Bison you will not be able to build PostgreSQL from Git nor
 *** change any of the parser definition files.  You can obtain Bison from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this, because the Bison
 *** output is pre-generated.)" >&5
 $as_echo "$as_me: WARNING:
-*** Without Bison you will not be able to build PostgreSQL from CVS nor
+*** Without Bison you will not be able to build PostgreSQL from Git nor
 *** change any of the parser definition files.  You can obtain Bison from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this, because the Bison
@@ -6802,13 +6802,13 @@ fi
 $as_echo "$pgac_cv_path_flex" >&6; }
 if test x"$pgac_cv_path_flex" = x"no"; then
   { $as_echo "$as_me:$LINENO: WARNING:
-*** Without Flex you will not be able to build PostgreSQL from CVS nor
+*** Without Flex you will not be able to build PostgreSQL from Git nor
 *** change any of the scanner definition files.  You can obtain Flex from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this because the Flex
 *** output is pre-generated.)" >&5
 $as_echo "$as_me: WARNING:
-*** Without Flex you will not be able to build PostgreSQL from CVS nor
+*** Without Flex you will not be able to build PostgreSQL from Git nor
 *** change any of the scanner definition files.  You can obtain Flex from
 *** a GNU mirror site.  (If you are using the official distribution of
 *** PostgreSQL then you do not need to worry about this because the Flex
@@ -6889,12 +6889,12 @@ fi
 
 if test -z "$PERL"; then
   { $as_echo "$as_me:$LINENO: WARNING:
-*** Without Perl you will not be able to build PostgreSQL from CVS.
+*** Without Perl you will not be able to build PostgreSQL from Git.
 *** You can obtain Perl from any CPAN mirror site.
 *** (If you are using the official distribution of PostgreSQL then you do not
 *** need to worry about this, because the Perl output is pre-generated.)" >&5
 $as_echo "$as_me: WARNING:
-*** Without Perl you will not be able to build PostgreSQL from CVS.
+*** Without Perl you will not be able to build PostgreSQL from Git.
 *** You can obtain Perl from any CPAN mirror site.
 *** (If you are using the official distribution of PostgreSQL then you do not
 *** need to worry about this, because the Perl output is pre-generated.)" >&2;}
index 48a75b6fab2bf9c978998129200928200de7307a..4f561f6fb764a892c516a2d548ee97110becea00 100644 (file)
     </listitem>
    </varlistentry>
 
-   <varlistentry>
-    <term><acronym>CVS</acronym></term>
-    <listitem>
-     <para>
-      <ulink
-      url="http://en.wikipedia.org/wiki/Concurrent_Versions_System">Concurrent
-      Versions System</ulink>
-     </para>
-    </listitem>
-   </varlistentry>
-
    <varlistentry>
     <term><acronym>DBA</acronym></term>
     <listitem>
     </listitem>
    </varlistentry>
 
+   <varlistentry>
+    <term><acronym>Git</acronym></term>
+    <listitem>
+     <para>
+      <ulink
+      url="http://en.wikipedia.org/wiki/Git_(software)">Git</ulink>
+     </para>
+    </listitem>
+   </varlistentry>
+
    <varlistentry>
     <term><acronym>GMT</acronym></term>
     <listitem>
index c7afbb2ef7d3961a858ef0343e0da3a6bbee361c..84c515b30e836a7e95a1d2abeecc5d1ac70dd30b 100644 (file)
@@ -17,7 +17,7 @@
    projects that are maintained outside the core <productname>PostgreSQL</>
    distribution. PgFoundry is built using the GForge software project and is
    similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its
-   feature set, providing mailing lists, forums, bug tracking, CVS, and web
+   feature set, providing mailing lists, forums, bug tracking, SCM, and web
    hosting. If you have a <productname>PostgreSQL</>-related open source
    project that you would like to have hosted at PgFoundy, please feel free
    to create a new project.
index da8902a584de7439972274f6da182c374d95f293..9bc8fe968ec7247837e70feb8a1c70cc6e12db30 100644 (file)
@@ -46,7 +46,7 @@
     <filename>msgmerge</filename>, respectively, in a GNU-compatible
     implementation.  Later, we will try to arrange it so that if you
     use a packaged source distribution, you won't need
-    <filename>xgettext</filename>.  (If working from CVS, you will still need
+    <filename>xgettext</filename>.  (If working from Git, you will still need
     it.)  <application>GNU Gettext 0.10.36</application> or later is currently recommended.
    </para>
 
index 4e95a8315cecbaa4fc1a8da078ab63393d10d508..a6e1d354360baaecd56e795fdc903f0aeda690e6 100644 (file)
@@ -2632,7 +2632,7 @@ CopyReadLineText(CopyState cstate)
                                 * something other than a period.  In non-CSV mode, anything
                                 * after a backslash is special, so we skip over that second
                                 * character too.  If we didn't do that \\. would be
-                                * considered an eof-of copy, while in non-CVS mode it is a
+                                * considered an eof-of copy, while in non-CSV mode it is a
                                 * literal backslash followed by a period.      In CSV mode,
                                 * backslashes are not special, so we want to process the
                                 * character after the backslash just like a normal character,
index 6455e83e0a45c1be7ae71aa405a0596fec2c6f45..7840c9c6e5a05d48d900601d0da64dae771f51a5 100755 (executable)
@@ -3,5 +3,5 @@
 # $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $
 
 # This script is used to compute the total number of "C" lines in the release
-# This should be run from the top of the CVS tree after a 'make distclean'
+# This should be run from the top of the Git tree after a 'make distclean'
 find . -name '*.[chyl]' | xargs cat| wc -l
index 2026d184794a089fbc197e9bc1d4d6316a889e70..7a7d990d0065c51549e11b531bacc18e32e9e12f 100644 (file)
@@ -438,6 +438,7 @@ sub CopyIncludeFiles
     while (my $d = readdir($D))
     {
         next if ($d =~ /^\./);
+        next if ($d eq '.git');
         next if ($d eq 'CVS');
         next unless (-d 'src/include/' . $d);