pgsql: Fix silly typo in code, which broke the check for reaching consi - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix silly typo in code, which broke the check for reaching consi
Date
Msg-id E1TqNZq-00071H-7T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix silly typo in code, which broke the check for reaching consistency.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4ffd589f44b8687cee1714c5c63f03487b2ae570

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Unify some tar functionality across different parts
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in streaming replication over multiple tli switches.