|
26 | 26 | #
|
27 | 27 | #
|
28 | 28 | # IDENTIFICATION
|
29 |
| -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.62 1999/11/21 04:16:15 tgl Exp $ |
| 29 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.63 1999/12/09 04:36:57 momjian Exp $ |
30 | 30 | #
|
31 | 31 | #-------------------------------------------------------------------------
|
32 | 32 |
|
@@ -412,10 +412,6 @@ echo
|
412 | 412 |
|
413 | 413 | PGSQL_OPT="-o /dev/null -O -F -Q -D$PGDATA"
|
414 | 414 |
|
415 |
| -# If the COPY is first, the VACUUM generates an error, so we vacuum first |
416 |
| -echo"Vacuuming template1" |
417 |
| -echo"vacuum"| postgres$PGSQL_OPT template1> /dev/null |
418 |
| - |
419 | 415 | # Create the initial pg_pwd (flat-file copy of pg_shadow)
|
420 | 416 | echo"COPY pg_shadow TO '$PGDATA/pg_pwd' USING DELIMITERS '\\t'"| \
|
421 | 417 | postgres$PGSQL_OPT template1> /dev/null
|
|