]> granicus.if.org Git - postgresql/commitdiff
Roll in patch that fixes problem with sed 3.0
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 06:04:49 +0000 (06:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Aug 1996 06:04:49 +0000 (06:04 +0000)
submitted by: Dan McGuirk

src/backend/catalog/genbki.sh

index 8597d8ddb1268a4cdaa7a59eaa2eb60c3533d38e..82f0f50e0b74f5627f15e57cb6ec377d6c54fd82 100644 (file)
@@ -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' \