Re: [COMMITTERS] pgsql: Don't force-assign transaction id when exporting a snapshot.

2017-08-12 Thread Petr Jelinek
On 14/06/17 20:57, Andres Freund wrote: > Don't force-assign transaction id when exporting a snapshot. > > Previously we required every exported transaction to have an xid > assigned. That was used to check that the exporting transaction is > still running, which in turn is needed to guarantee tha

[COMMITTERS] pgsql: Simplify fetch-slot-xmins logic in recovery TAP tests.

2017-08-12 Thread Tom Lane
Simplify fetch-slot-xmins logic in recovery TAP tests. Merge wait_slot_xmins() into get_slot_xmins(). At this point the only place that wasn't doing a wait was the initial-state test, and a wait there seems pretty harmless. Michael Paquier Discussion: https://postgr.es/m/cab7npqsp_slqb2uu7am+s

[COMMITTERS] pgsql: Fix vertical spanning in table "wait_event Description".

2017-08-12 Thread Noah Misch
Fix vertical spanning in table "wait_event Description". Michael Paquier Discussion: https://postgr.es/m/cab7npqqr3keqvxeuunycm7tdk2fb9oluq8du0+y0rzeon_1...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/e88928c50dfe2623c899f82b54aad69da248ad07 Mo

[COMMITTERS] pgsql: Reword comment for clarity

2017-08-12 Thread Alvaro Herrera
Reword comment for clarity Reported by Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoB+ycZ2z-4Ye=6mfq_r0av5r6cvvpw4koypdp6bhqq...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2336f842843e5bd26779692b39eaf0ef9d4d31da Modified Files --