pgsql: Fix incorrect assertion about historical snapshots.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect assertion about historical snapshots.
Date: 2014-03-12 18:09:02
Message-ID: E1WNnaQ-0000Vy-0P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect assertion about historical snapshots.

Also fix some nearby comments.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/336a578b8c8866490e0d9069f10c17ba14f4705a

Modified Files
--------------
src/backend/utils/time/snapmgr.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-12 18:11:56 pgsql: test_decoding: Documentation fix.
Previous Message Robert Haas 2014-03-12 18:06:08 pgsql: Comment fixes related to logical decoding.