Heikki Linnakangas <heikki.linnakan...@enterprisedb.com> writes: > I think we should change the way we test it. Could we simply make > max_prepared_transactions = 0 the default, but put > "max_prepared_transactions = 5" into the config file in "make check"?
That only works for make check, not make installcheck. We'd really have to complicate the GUC setup somehow to have this work, eg add a separate enable_prepared_transactions bool that can be changed without restart. 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