*** pgsql/src/backend/access/hash/hash.c 2009/01/01 17:23:35 1.108 --- pgsql/src/backend/access/hash/hash.c 2009/03/24 20:17:11 1.109 *************** *** 8,14 **** * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.107 2008/11/13 17:42:10 tgl Exp $ * * NOTES * This file contains only the public interface routines. --- 8,14 ---- * * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.108 2009/01/01 17:23:35 momjian Exp $ * * NOTES * This file contains only the public interface routines. *************** hashvacuumcleanup(PG_FUNCTION_ARGS) *** 647,652 **** --- 647,653 ---- BlockNumber num_pages; /* If hashbulkdelete wasn't called, return NULL signifying no change */ + /* Note: this covers the analyze_only case too */ if (stats == NULL) PG_RETURN_POINTER(NULL);