1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03: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:
Tom Lane
2010-09-22 19:51:39 -04:00
parent cb71efe164
commit 651377933e
10 changed files with 25 additions and 26 deletions

View 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);