mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix remaining stray references to CVS.
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.
This commit is contained in:
parent
f3a838bb76
commit
5074f68848
@ -1,7 +1,6 @@
|
|||||||
# $PostgreSQL: pgsql/config/ac_func_accept_argtypes.m4,v 1.6 2003/11/29 19:51:17 pgsql Exp $
|
# $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
|
# This comes from the official Autoconf macro archive at
|
||||||
# <http://research.cys.de/autoconf-archive/>
|
# <http://research.cys.de/autoconf-archive/>
|
||||||
# (I removed the $ before the Id CVS keyword below.)
|
|
||||||
|
|
||||||
|
|
||||||
dnl @synopsis AC_FUNC_ACCEPT_ARGTYPES
|
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 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 macro. Credit for that one goes to David MacKenzie et. al.
|
||||||
dnl
|
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. <skunk@mit.edu>
|
dnl @author Daniel Richard G. <skunk@mit.edu>
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
if test -z "$PERL"; then
|
if test -z "$PERL"; then
|
||||||
AC_MSG_WARN([
|
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.
|
*** You can obtain Perl from any CPAN mirror site.
|
||||||
*** (If you are using the official distribution of PostgreSQL then you do not
|
*** (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.)])
|
*** need to worry about this, because the Perl output is pre-generated.)])
|
||||||
|
@ -22,7 +22,7 @@ sourcetree=`cd $1 && pwd`
|
|||||||
|
|
||||||
buildtree=`cd ${2:-'.'} && 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\(.*\)"`
|
subdir=`expr "$item" : "$sourcetree\(.*\)"`
|
||||||
if test ! -d "$buildtree/$subdir"; then
|
if test ! -d "$buildtree/$subdir"; then
|
||||||
mkdir -p "$buildtree/$subdir" || exit 1
|
mkdir -p "$buildtree/$subdir" || exit 1
|
||||||
|
@ -27,7 +27,7 @@ fi
|
|||||||
|
|
||||||
if test -z "$BISON"; then
|
if test -z "$BISON"; then
|
||||||
AC_MSG_WARN([
|
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
|
*** change any of the parser definition files. You can obtain Bison from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** 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
|
if test x"$pgac_cv_path_flex" = x"no"; then
|
||||||
AC_MSG_WARN([
|
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
|
*** change any of the scanner definition files. You can obtain Flex from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** PostgreSQL then you do not need to worry about this because the Flex
|
||||||
|
12
configure
vendored
12
configure
vendored
@ -6738,13 +6738,13 @@ fi
|
|||||||
|
|
||||||
if test -z "$BISON"; then
|
if test -z "$BISON"; then
|
||||||
{ $as_echo "$as_me:$LINENO: WARNING:
|
{ $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
|
*** change any of the parser definition files. You can obtain Bison from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** PostgreSQL then you do not need to worry about this, because the Bison
|
||||||
*** output is pre-generated.)" >&5
|
*** output is pre-generated.)" >&5
|
||||||
$as_echo "$as_me: WARNING:
|
$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
|
*** change any of the parser definition files. You can obtain Bison from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** 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; }
|
$as_echo "$pgac_cv_path_flex" >&6; }
|
||||||
if test x"$pgac_cv_path_flex" = x"no"; then
|
if test x"$pgac_cv_path_flex" = x"no"; then
|
||||||
{ $as_echo "$as_me:$LINENO: WARNING:
|
{ $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
|
*** change any of the scanner definition files. You can obtain Flex from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** PostgreSQL then you do not need to worry about this because the Flex
|
||||||
*** output is pre-generated.)" >&5
|
*** output is pre-generated.)" >&5
|
||||||
$as_echo "$as_me: WARNING:
|
$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
|
*** change any of the scanner definition files. You can obtain Flex from
|
||||||
*** a GNU mirror site. (If you are using the official distribution of
|
*** 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
|
*** PostgreSQL then you do not need to worry about this because the Flex
|
||||||
@ -6889,12 +6889,12 @@ fi
|
|||||||
|
|
||||||
if test -z "$PERL"; then
|
if test -z "$PERL"; then
|
||||||
{ $as_echo "$as_me:$LINENO: WARNING:
|
{ $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.
|
*** You can obtain Perl from any CPAN mirror site.
|
||||||
*** (If you are using the official distribution of PostgreSQL then you do not
|
*** (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
|
*** need to worry about this, because the Perl output is pre-generated.)" >&5
|
||||||
$as_echo "$as_me: WARNING:
|
$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.
|
*** You can obtain Perl from any CPAN mirror site.
|
||||||
*** (If you are using the official distribution of PostgreSQL then you do not
|
*** (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;}
|
*** need to worry about this, because the Perl output is pre-generated.)" >&2;}
|
||||||
|
@ -107,17 +107,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><acronym>DBA</acronym></term>
|
<term><acronym>DBA</acronym></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -248,6 +237,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><acronym>Git</acronym></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<ulink
|
||||||
|
url="http://en.wikipedia.org/wiki/Git_(software)">Git</ulink>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><acronym>GMT</acronym></term>
|
<term><acronym>GMT</acronym></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
projects that are maintained outside the core <productname>PostgreSQL</>
|
projects that are maintained outside the core <productname>PostgreSQL</>
|
||||||
distribution. PgFoundry is built using the GForge software project and is
|
distribution. PgFoundry is built using the GForge software project and is
|
||||||
similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its
|
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
|
hosting. If you have a <productname>PostgreSQL</>-related open source
|
||||||
project that you would like to have hosted at PgFoundy, please feel free
|
project that you would like to have hosted at PgFoundy, please feel free
|
||||||
to create a new project.
|
to create a new project.
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<filename>msgmerge</filename>, respectively, in a GNU-compatible
|
<filename>msgmerge</filename>, respectively, in a GNU-compatible
|
||||||
implementation. Later, we will try to arrange it so that if you
|
implementation. Later, we will try to arrange it so that if you
|
||||||
use a packaged source distribution, you won't need
|
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.
|
it.) <application>GNU Gettext 0.10.36</application> or later is currently recommended.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -2632,7 +2632,7 @@ CopyReadLineText(CopyState cstate)
|
|||||||
* something other than a period. In non-CSV mode, anything
|
* something other than a period. In non-CSV mode, anything
|
||||||
* after a backslash is special, so we skip over that second
|
* after a backslash is special, so we skip over that second
|
||||||
* character too. If we didn't do that \\. would be
|
* 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,
|
* literal backslash followed by a period. In CSV mode,
|
||||||
* backslashes are not special, so we want to process the
|
* backslashes are not special, so we want to process the
|
||||||
* character after the backslash just like a normal character,
|
* character after the backslash just like a normal character,
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
# $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $
|
# $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 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
|
find . -name '*.[chyl]' | xargs cat| wc -l
|
||||||
|
@ -438,6 +438,7 @@ sub CopyIncludeFiles
|
|||||||
while (my $d = readdir($D))
|
while (my $d = readdir($D))
|
||||||
{
|
{
|
||||||
next if ($d =~ /^\./);
|
next if ($d =~ /^\./);
|
||||||
|
next if ($d eq '.git');
|
||||||
next if ($d eq 'CVS');
|
next if ($d eq 'CVS');
|
||||||
next unless (-d 'src/include/' . $d);
|
next unless (-d 'src/include/' . $d);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user