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 4081268 commit 1b62a71Copy full SHA for 1b62a71
src/backend/utils/Gen_fmgrtab.sh
@@ -9,7 +9,7 @@
9
#
10
11
# IDENTIFICATION
12
-# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.19 2001/01/24 19:43:12 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.20 2001/05/22 12:06:51 momjian Exp $
13
14
#-------------------------------------------------------------------------
15
@@ -108,7 +108,7 @@ if [ $? -ne 0 ]; then
108
fi
109
110
$CPP $BKIOPTS $CPPTMPFILE | \
111
-egrep '^[0-9]' | \
+egrep '^[ ]*[0-9]' | \
112
sort -n > $RAWFILE
113
114
if [ $? -ne 0 ]; then
0 commit comments