complain here, but some do)
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.63 2008/10/01 08:12:14 heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.64 2008/10/01 14:59:23 tgl Exp $
*
*
* NOTES:
{
int slot;
Buffer buf;
- uint8 max_avail;
+ uint8 max_avail = 0;
/*
* Read the FSM page. The root page is created if it doesn't exist
UnlockReleaseBuffer(buf);
}
else
- {
slot = -1;
- max_avail = 0;
- }
if (slot != -1)
{