diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-22 12:06:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-22 12:06:51 +0000 |
commit | 1b62a714dcac476f5a051557929ab04caf2faff9 (patch) | |
tree | b4001cf692b64d7b1300fd11c04a8ec4b9bd7da6 /src/backend/parser/parse_node.c | |
parent | 4081268d1127529c216ddb260b0a222f42ed4fe1 (diff) | |
download | postgresql-1b62a714dcac476f5a051557929ab04caf2faff9.tar.gz postgresql-1b62a714dcac476f5a051557929ab04caf2faff9.zip |
The Watcom preprocessor adds a space at the start of each line. Therefore
the output of "egrep '^[0-9]' " is empty. Changing the pattern to
"egrep '^[ ]*[0-9]" generates the correct file.
Tegge, Bernd
Diffstat (limited to 'src/backend/parser/parse_node.c')
0 files changed, 0 insertions, 0 deletions