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 b12fb0e commit 0d83b86Copy full SHA for 0d83b86
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.5 1996/08/26 06:04:49 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/catalog/Attic/genbki.sh,v 1.6 1996/09/25 19:24:58 momjian Exp $
14
15
# NOTES
16
# non-essential whitespace is removed from the generated file.
@@ -65,7 +65,7 @@ sed -e 's/\/\*.*\*\///g' \
65
-e 's/^NameData/\name/g' \
66
-e 's/(NameData/(name/g' \
67
-e 's/(Oid/(oid/g' | \
68
-gawk '
+awk '
69
# ----------------
70
# now use awk to process remaining .h file..
71
0 commit comments