From:
Andrew Dunstan <andrew(at)dunslane(dot)net>
To:
Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc:
jd(at)commandprompt(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Prepared transactions vs novice DBAs, again
Date:
2009-04-22 18:37:16
Message-ID:
49EF63DC.6040108@dunslane.net (view raw or flat )
Thread:
2009-04-22 17:48:31 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 17:53:11 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2009-04-22 18:55:27 from Jeff Davis <pgsql(at)j-davis(dot)com>
2009-04-22 18:00:01 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2009-04-22 18:22:57 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2009-04-22 18:30:36 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 18:40:56 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2009-04-22 18:48:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 19:49:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 19:53:15 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2009-04-22 20:26:49 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-23 14:36:25 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
2009-04-28 18:36:07 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
2009-04-22 18:37:16 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2009-04-22 18:27:17 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 18:43:07 from Jeff Davis <pgsql(at)j-davis(dot)com>
2009-04-22 18:53:09 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 18:58:53 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2009-04-22 19:03:15 from Jeff Davis <pgsql(at)j-davis(dot)com>
2009-04-22 19:08:50 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
2009-04-22 21:15:11 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-04-22 21:44:19 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-23 00:49:37 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-04-23 00:58:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-23 01:21:12 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-04-23 02:14:07 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-04-23 03:04:41 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-04-22 18:28:45 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-05-05 15:29:15 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-05-05 15:40:10 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-05-05 15:45:17 from Bernd Helmle <mailings(at)oopsware(dot)de>
2009-05-05 15:56:18 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Lists:
pgsql-hackers
Heikki Linnakangas wrote:
>
> 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 seems like the best alternative, it doesn't seem right to build
> extra config options or other infrastructure into the server just so
> that the regression tests can test a feature.
>
>
FWIW, modern versions of the buildfarm script have support for
non-standard options in the install-check pieces.
cheers
andrew
In response to
pgsql-hackers by date
Next :From: Heikki LinnakangasDate: 2009-04-22 18:40:56
Subject : Re: Prepared transactions vs novice DBAs, again
Previous :From : Tom LaneDate : 2009-04-22 18:35:22
Subject : Re: trouble with to_char('L')