提交 fe87dbb1 编写于 作者: M Marc G. Fournier

Roll in patch that fixes problem with sed 3.0

submitted by: Dan McGuirk
上级 c449668d
......@@ -10,7 +10,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.4 1996/08/24 20:38:56 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.5 1996/08/26 06:04:49 scrappy Exp $
#
# NOTES
# non-essential whitespace is removed from the generated file.
......@@ -58,7 +58,7 @@ done
cat $SYSFILES | \
sed -e 's/\/\*.*\*\///g' \
-e 's/;[ ]*$//g' \
-e 's/^[ ]*//g' \
-e 's/^[ ]*//' \
-e 's/\ Oid/\ oid/g' \
-e 's/\ NameData/\ name/g' \
-e 's/^Oid/oid/g' \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册