Correct minor typos.

REL7_0_PATCHES
Tom Lane 26 years ago
parent e3354ab320
commit fb0627d972
  1. 6
      src/tools/release_prep

@ -54,10 +54,10 @@ cd ../../..
# Generate plpgsql's yacc and lex files
cd pl/plpgsql
rm -rf pl_scan.c pl.tab.h pl_gram.c
cd pl/plpgsql/src
rm -f pl_scan.c pl.tab.h pl_gram.c
$MAKE pl_scan.c pl.tab.h pl_gram.c
cd ../..
cd ../../..
# Generate psql's help on SQL command from the SGML docs

Loading…
Cancel
Save