vacuumdb_Z_patch

text/plain

Filename: vacuumdb_Z_patch
Type: text/plain
Part: 0
Message: The smallest patch (vacuumdb.c)
? GNUmakefile
? config.log
? config.status
? force_quote_all-20090714.patch
? vacuumdb_Z_patch
? doc/src/sgml/features-supported.sgml
? doc/src/sgml/features-unsupported.sgml
? doc/src/sgml/release-8.4.2.sgml
? doc/src/sgml/release-8.5.jmb.sgml
? doc/src/sgml/version.sgml
? src/Makefile.global
? src/include/pg_config.h
? src/include/stamp-h
? src/interfaces/ecpg/include/ecpg_config.h
? src/interfaces/ecpg/include/stamp-h
Index: src/bin/scripts/vacuumdb.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/bin/scripts/vacuumdb.c,v
retrieving revision 1.37
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:zZaFt:fv", long_options, &optindex)) != -1)
  	{
  		switch (c)
  		{