Skip to content

Commit a2c3905

Browse files
author
Dan McGuirk
committed
Changed genbki.sh block comment patch to avoid triggering an apparent
bug in GNU sed 3.0.
1 parent 2a3b2fd commit a2c3905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/genbki.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
#
1212
# IDENTIFICATION
13-
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.1.1.1.2.3 1996/08/21 04:23:27 scrappy Exp $
13+
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.1.1.1.2.4 1996/08/22 06:27:25 mcguirk Exp $
1414
#
1515
# NOTES
1616
# non-essential whitespace is removed from the generated file.
@@ -58,7 +58,7 @@ done
5858
cat $SYSFILES | \
5959
sed -e 's/\/\*.*\*\///g' \
6060
-e 's/;[ ]*$//g' \
61-
-e 's/^[ ]*//g' \
61+
-e 's/^[ ]*//' \
6262
-e 's/\ Oid/\ oid/g' \
6363
-e 's/\ NameData/\ name/g' \
6464
-e 's/^Oid/oid/g' \

0 commit comments

Comments
 (0)