Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
585806cb
Commit
585806cb
authored
Aug 29, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove handling of CVS entries for TODO/FAQ, because they are removed
now.
parent
234c7ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
src/tools/pgcvslog
src/tools/pgcvslog
+1
-16
No files found.
src/tools/pgcvslog
View file @
585806cb
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.
39 2007/10/09 02:56:44
momjian Exp $
# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.
40 2009/08/29 17:09:20
momjian Exp $
# This utility is used to generate a compact list of changes
# for each release, bjm 2000-02-22
...
...
@@ -29,15 +29,6 @@
#
# To find branch time, look for "branches:" tag in CVS commit logs
# e.g. "branches: 1.398.4;" matches "REL8_0_STABLE: 1.398.0.4".
#
# Remove these from the log file before processing to reduce the number
# of unneeded log entries:
#
# /cvsroot/pgsql/doc/TODO
# /cvsroot/pgsql/doc/FAQ
# /cvsroot/pgsql/doc/src/FAQ/TODO.html
# /cvsroot/pgsql/doc/src/FAQ/FAQ.html
#
HTML
=
"N"
DEL
=
"N"
...
...
@@ -80,12 +71,6 @@ awk ' BEGIN {html="'"$HTML"'"; lineno = 0;}
# store working directory
$0 ~ /^Working file:/ {workingfile = "/" $3}
# no need to show TODO or FAQ changes in the output
$0 !~ /^====*$/ &&
(workingfile == "/doc/TODO" || workingfile == "/doc/src/FAQ/TODO.html" ||
workingfile == "/doc/FAQ" || workingfile == "/doc/src/FAQ/FAQ.html") \
{next}
($0 ~ /^====*$/ || $0 ~ /^----*$/) \
{
# print blank line to separate entries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment