Index: src/backend/storage/ipc/sinval.c =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v retrieving revision 1.29 diff -c -r1.29 sinval.c *** src/backend/storage/ipc/sinval.c 2001/03/23 04:49:54 1.29 --- src/backend/storage/ipc/sinval.c 2001/05/07 17:16:56 *************** *** 91,97 **** insertOK = SIInsertDataEntry(shmInvalBuffer, &newInvalid); SpinRelease(SInvalLock); if (!insertOK) ! elog(NOTICE, "RegisterSharedInvalid: SI buffer overflow"); } /* --- 91,97 ---- insertOK = SIInsertDataEntry(shmInvalBuffer, &newInvalid); SpinRelease(SInvalLock); if (!insertOK) ! elog(DEBUG, "RegisterSharedInvalid: SI buffer overflow"); } /* *************** *** 116,122 **** if (getResult < 0) { /* got a reset message */ ! elog(NOTICE, "InvalidateSharedInvalid: cache state reset"); resetFunction(); } else --- 116,122 ---- if (getResult < 0) { /* got a reset message */ ! elog(DEBUG, "InvalidateSharedInvalid: cache state reset"); resetFunction(); } else