Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8bbb816

Browse files
committed
Remove bug.template file
It's outdated and not really in use anymore. Discussion: https://www.postgresql.org/message-id/flat/cf7ed2b1-1ebe-83cf-e05e-d5943f67af2d%402ndquadrant.com
1 parent fb504c5 commit 8bbb816

File tree

3 files changed

+0
-58
lines changed

3 files changed

+0
-58
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ README.* conflict-marker-size=32
1515
*.data -whitespace
1616
*.svg whitespace=-blank-at-eol
1717
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
18-
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
1918
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
2019

2120
# Test output files that contain extra whitespace

doc/bug.template

-53
This file was deleted.

src/tools/version_stamp.pl

-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@
102102
"-e 's/AC_INIT(\\[PostgreSQL\\], \\[[0-9a-z.]*\\]/AC_INIT([PostgreSQL], [$fullversion]/'"
103103
);
104104

105-
sed_file("doc/bug.template",
106-
"-e 's/PostgreSQL version (example: PostgreSQL .*) *: PostgreSQL .*/PostgreSQL version (example: PostgreSQL $fullversion): PostgreSQL $fullversion/'"
107-
);
108-
109105
sed_file("src/include/pg_config.h.win32",
110106
"-e 's/#define PACKAGE_STRING \"PostgreSQL .*\"/#define PACKAGE_STRING \"PostgreSQL $fullversion\"/' "
111107
. "-e 's/#define PACKAGE_VERSION \".*\"/#define PACKAGE_VERSION \"$fullversion\"/' "

0 commit comments

Comments
 (0)