*** pgsql/src/include/commands/vacuum.h 2009/06/11 14:49:11 1.85 --- pgsql/src/include/commands/vacuum.h 2009/11/10 18:00:30 1.85.2.1 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.84 2009/01/16 13:27:24 heikki Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.85 2009-06-11 14:49:11 momjian Exp $ * *------------------------------------------------------------------------- */ *************** extern bool vac_is_partial_index(Relatio *** 146,152 **** extern void vacuum_delay_point(void); /* in commands/vacuumlazy.c */ ! extern void lazy_vacuum_rel(Relation onerel, VacuumStmt *vacstmt, BufferAccessStrategy bstrategy, bool *scanned_all); /* in commands/analyze.c */ --- 146,152 ---- extern void vacuum_delay_point(void); /* in commands/vacuumlazy.c */ ! extern bool lazy_vacuum_rel(Relation onerel, VacuumStmt *vacstmt, BufferAccessStrategy bstrategy, bool *scanned_all); /* in commands/analyze.c */