[COMMITTERS] pgsql: Correctly detect SSI conflicts of prepared transactions after cr

2012-02-29 Thread Heikki Linnakangas
Correctly detect SSI conflicts of prepared transactions after crash. A prepared transaction can get new conflicts in and out after preparing, so we cannot rely on the in- and out-flags stored in the statefile at prepare- time. As a quick fix, make the conservative assumption that after a restart,

[COMMITTERS] pgsql: Correctly detect SSI conflicts of prepared transactions after cr

2012-02-29 Thread Heikki Linnakangas
Correctly detect SSI conflicts of prepared transactions after crash. A prepared transaction can get new conflicts in and out after preparing, so we cannot rely on the in- and out-flags stored in the statefile at prepare- time. As a quick fix, make the conservative assumption that after a restart,

[COMMITTERS] pgsql: Simplify references to backslash-doubling in func.sgml.

2012-02-29 Thread Tom Lane
Simplify references to backslash-doubling in func.sgml. Several places were still written as though standard_conforming_strings didn't exist, much less be the default. Now that it is on by default, we can simplify the text and just insert occasional notes suggesting that you might have to think h

[COMMITTERS] pgsql: Simplify references to backslash-doubling in func.sgml.

2012-02-29 Thread Tom Lane
Simplify references to backslash-doubling in func.sgml. Several places were still written as though standard_conforming_strings didn't exist, much less be the default. Now that it is on by default, we can simplify the text and just insert occasional notes suggesting that you might have to think h

Re: [COMMITTERS] pgsql: Fix MSVC builds for previous patch's addition of a src/port file

2012-02-29 Thread Magnus Hagander
On Wed, Feb 29, 2012 at 06:24, Tom Lane wrote: > Fix MSVC builds for previous patch's addition of a src/port file. > > (And why in the world is this OBJS list not being scraped from the > corresponding Makefile?) IIRC that's because the list of object files is dependent on configure output, and w