|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.46 2005/07/04 04:51:48 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/storage/freespace/freespace.c,v 1.47 2005/08/17 03:50:59 momjian Exp $ |
12 | 12 | *
|
13 | 13 | *
|
14 | 14 | * NOTES:
|
@@ -736,8 +736,8 @@ CheckFreeSpaceMapStatistics(int elevel, int numRels, double needed)
|
736 | 736 | elseif (needed>MaxFSMPages)
|
737 | 737 | ereport(elevel,
|
738 | 738 | (errmsg("the number of page slots needed (%.0f) exceeds max_fsm_pages (%d)",
|
739 |
| -needed,MaxFSMPages), |
740 |
| -errhint("Consider increasing the configuration parameter \"max_fsm_relations\"\n" |
| 739 | +needed,MaxFSMPages), |
| 740 | +errhint("Consider increasing the configuration parameter \"max_fsm_pages\"\n" |
741 | 741 | "to a value over %.0f.",needed)));
|
742 | 742 | }
|
743 | 743 |
|
|