From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | PD_ALL_VISIBLE flag error on 9.0 alpha 4 |
Date: | 2010-03-10 06:02:09 |
Message-ID: | 4B9735E1.8090305@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
All,
What I did:
1. Set up 9.0a4 doing SR replication with a 2nd 9.0a4
2. Ran pgbench for a while.
3. Aborted pgbench with Ctl-C
4. Changed vacuum_defer_cleanup_age in postgresql.conf and reloaded
5. Ran pgbench again, and got:
Sidney-Stratton:pg90 josh$ pgbench -c 2 -T 300 bench
starting vacuum...WARNING: PD_ALL_VISIBLE flag was incorrectly set in
relation "pgbench_branches" page 0
WARNING: PD_ALL_VISIBLE flag was incorrectly set in relation
"pgbench_branches" page 1
WARNING: PD_ALL_VISIBLE flag was incorrectly set in relation
"pgbench_tellers" page 0
WARNING: PD_ALL_VISIBLE flag was incorrectly set in relation
"pgbench_tellers" page 1
... not one I'm familiar with. Issues?
--Josh Berkus
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-03-10 16:20:08 | Re: Bug in triggers |
Previous Message | Kevin Grittner | 2010-03-09 22:17:19 | Re: BUG #5369: can't install it |
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2010-03-10 06:29:19 | Re: Re: Hot Standby query cancellation and Streaming Replication integration |
Previous Message | Tom Lane | 2010-03-10 03:39:27 | Re: Warning about invalid .pgpass passwords |