pgsql: Change vacuum lazy "compacting" warning message to: - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Change vacuum lazy "compacting" warning message to:
Date
Msg-id 20070204031055.870029FB2F4@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change vacuum lazy "compacting" warning message to:

  errhint("Consider using VACUUM FULL on this relation or increasing the configuration parameter
\"max_fsm_pages\".")));

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.82&r2=1.83)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update URL for: * Allow sequential scans to take advantage of
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add documentation for Windows on how to set an environment