1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Fix various places where global s/NOTICE/WARNING/ was applied with too

much enthusiasm.
This commit is contained in:
Tom Lane
2003-01-07 22:23:17 +00:00
parent 3e40ff58c5
commit 9f1f2bfb66
6 changed files with 17 additions and 19 deletions

View File

@ -13,7 +13,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.245 2002/12/15 16:17:44 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.246 2003/01/07 22:23:17 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -2294,7 +2294,7 @@ repair_frag(VRelStats *vacrelstats, Relation onerel,
* status bits. This is not really necessary, but will save time for
* future transactions examining these tuples.
*
* XXX WARNING that this code fails to clear HEAP_MOVED_OFF tuples from
* XXX NOTICE that this code fails to clear HEAP_MOVED_OFF tuples from
* pages that were move source pages but not move dest pages. One
* also wonders whether it wouldn't be better to skip this step and
* let the tuple status updates happen someplace that's not holding an