Transient failure of rowsecurity regression test

Started by Tom Laneabout 11 years ago3 messages
#1Tom Lane
tgl@sss.pgh.pa.us

According to
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
the order of cascaded drops at one point in the rowsecurity test is not
too stable. This is not terribly surprising since it would depend on
physical row order in pg_depend. I think the easiest fix would be to
adjust the client_min_messages setting so that those messages don't appear
at all.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#1)
Re: Transient failure of rowsecurity regression test

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

According to
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
the order of cascaded drops at one point in the rowsecurity test is not
too stable. This is not terribly surprising since it would depend on
physical row order in pg_depend. I think the easiest fix would be to
adjust the client_min_messages setting so that those messages don't appear
at all.

Ok, will do.

Thanks!

Stephen

#3Stephen Frost
sfrost@snowman.net
In reply to: Stephen Frost (#2)
Re: Transient failure of rowsecurity regression test

* Stephen Frost (sfrost@snowman.net) wrote:

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

According to
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
the order of cascaded drops at one point in the rowsecurity test is not
too stable. This is not terribly surprising since it would depend on
physical row order in pg_depend. I think the easiest fix would be to
adjust the client_min_messages setting so that those messages don't appear
at all.

Ok, will do.

Done.

Thanks!

Stephen