We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1add01b commit 43818f3Copy full SHA for 43818f3
src/backend/catalog/genbki.sh
@@ -10,7 +10,7 @@
10
#
11
12
# IDENTIFICATION
13
-# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.1.1.1.2.1 1996/08/19 13:46:26 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.1.1.1.2.2 1996/08/20 23:47:45 scrappy Exp $
14
15
# NOTES
16
# non-essential whitespace is removed from the generated file.
@@ -62,7 +62,7 @@ sed -e 's/\/\*.*\*\///g' \
62
-e 's/\ NameData/\ name/g' \
63
-e 's/(NameData/(name/g' \
64
-e 's/(Oid/(oid/g' | \
65
-gawk '
+awk '
66
# ----------------
67
# now use awk to process remaining .h file..
68
0 commit comments