vacuumdb_Z_patch

text/plain

Filename: vacuumdb_Z_patch
Type: text/plain
Part: 0
Message: Re: The smallest patch (vacuumdb.c)
diff -c -r1.37 vacuumdb.c
*** src/bin/scripts/vacuumdb.c	26 Feb 2010 04:14:36 -0000	1.37
--- src/bin/scripts/vacuumdb.c	11 Jun 2010 22:41:58 -0000
***************
*** 74,80 ****
  
  	handle_help_version_opts(argc, argv, "vacuumdb", help);
  
! 	while ((c = getopt_long(argc, argv, "h:p:U:wWeqd:zaFt:fv", long_options, &optindex)) != -1)
  	{
  		switch (c)
  		{
--- 74,80 ----
  
  	handle_help_version_opts(argc, argv, "vacuumdb", help);
  
! 	while ((c = getopt_long(argc, argv, "h:p:U:wWeqd:zZFat:fv", long_options, &optindex)) != -1)
  	{
  		switch (c)
  		{