Skip to content

Commit fe87dbb

Browse files
committed
Roll in patch that fixes problem with sed 3.0
submitted by: Dan McGuirk
1 parent c449668 commit fe87dbb

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.4 1996/08/24 20:38:56 scrappy Exp $
13+
# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.5 1996/08/26 06:04:49 scrappy 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy