|
26 | 26 | #
|
27 | 27 | #
|
28 | 28 | # IDENTIFICATION
|
29 |
| -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.90 2000/04/08 18:35:29 momjian Exp $ |
| 29 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.91 2000/04/25 08:29:02 petere Exp $ |
30 | 30 | #
|
31 | 31 | #-------------------------------------------------------------------------
|
32 | 32 |
|
@@ -476,10 +476,7 @@ then
|
476 | 476 | "$PGPATH"/postgres$BACKENDARGS template1<"$TEMPFILE"
|
477 | 477 | # Gotta remove that temp file before exiting on error.
|
478 | 478 | retval="$?"
|
479 |
| -if ["$noclean"-eq 0 ] |
480 |
| -then |
481 |
| - rm -f"$TEMPFILE"|| exit_nicely |
482 |
| -fi |
| 479 | + rm -f"$TEMPFILE"|| exit_nicely |
483 | 480 | ["$retval"-ne 0 ]&& exit_nicely
|
484 | 481 | fi
|
485 | 482 |
|
@@ -596,10 +593,7 @@ cat "$GLOBAL_DESCR" >> $TEMPFILE
|
596 | 593 |
|
597 | 594 | cat$TEMPFILE \
|
598 | 595 | |"$PGPATH"/postgres$PGSQL_OPT template1> /dev/null|| exit_nicely
|
599 |
| -if ["$noclean"-eq 0 ] |
600 |
| -then |
601 |
| - rm -f"$TEMPFILE"|| exit_nicely |
602 |
| -fi |
| 596 | +rm -f"$TEMPFILE"|| exit_nicely |
603 | 597 |
|
604 | 598 | echo"Vacuuming database."
|
605 | 599 | echo"VACUUM ANALYZE" \
|
|