This is a discussion on Vacuum Warning within the pgsql Admins forums, part of the PostgreSQL category; --> Hi, I got this message in my daily vacuum. Is it some thing to worry about? What exactly does ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I got this message in my daily vacuum. Is it some thing to worry about? What exactly does this mean? vacuumdb: vacuuming database "test_server" WARNING: relation "account_lists" page 189 is uninitialized --- fixing Thanks, -Prasanth. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Prasanth <dbadmin@nqadmin.com> writes: > I got this message in my daily vacuum. Is it some thing to worry about? > What exactly does this mean? > vacuumdb: vacuuming database "test_server" > WARNING: relation "account_lists" page 189 is uninitialized --- fixing This can happen after a crash; it's harmless AFAIK. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |