"page is not marked all-visible" warning in regression tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема "page is not marked all-visible" warning in regression tests
Дата
Msg-id 29717.1338903128@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: "page is not marked all-visible" warning in regression tests  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
I got this last night in a perfectly standard build of HEAD:

*** /home/tgl/pgsql/src/test/regress/expected/sanity_check.out    Thu Jan 12 14:06:14 2012
--- /home/tgl/pgsql/src/test/regress/results/sanity_check.out    Mon Jun  4 20:28:39 2012
***************
*** 1,4 ****
--- 1,5 ---- VACUUM;
+ WARNING:  page is not marked all-visible but visibility map bit is set in relation "pg_db_role_setting" page 0 -- --
sanitycheck, if we don't have indices the test will take years to -- complete.  But skip TOAST relations (since they
willhave varying
 

======================================================================

I didn't manage to reproduce it in a few tries, and I don't recall
having seen the like reported from the buildfarm either.  So there's
some low-probability bug in there ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: No, pg_size_pretty(numeric) was not such a hot idea
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: incorrect handling of the timeout in pg_receivexlog