| From: | "pgsql-general" <pgsql-general(at)fc(dot)emc(dot)com(dot)ph> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | upgrading to 7.0.2 |
| Date: | 2000-11-09 14:09:42 |
| Message-ID: | fc.000f5672007b876e000f5672007b876e.7b87c9@fc.emc.com.ph |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi!
I have just upgraded from 6.5.3 to 7.0.2.
sql dump and large objects (2,119 lobj) were restored.
When I tried to vacuum database, I got a "NOTICE"
message from those with large objects.
psql -c "vacuum analyze" applicationdata
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: InvalidateSharedInvalid: cache state reset
VACUUM
psql -c "vacuum analyze" testdata
NOTICE: RegisterSharedInvalid: SI buffer overflow
NOTICE: InvalidateSharedInvalid: cache state reset
VACUUM
Is this something that I have to worry?
Anyway, it did not happen again the second time i did the vacuum.
Thanks.
Sherwin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2000-11-09 14:22:34 | Re: how do you call one pltcl function from another? |
| Previous Message | Denis Perchine | 2000-11-09 13:52:23 | Re: TEXT and BLOBS |