pgsql: Add missing "goto err" statements in xlogreader.c.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing "goto err" statements in xlogreader.c.
Date: 2015-03-09 05:32:40
Message-ID: E1YUqIy-0007in-Rk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing "goto err" statements in xlogreader.c.

Spotted by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c74c04b8aa03f05983f940ee94c86a5cc1945393

Modified Files
--------------
src/backend/access/transam/xlogreader.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-03-09 05:40:01 pgsql: Fix typo in comment.
Previous Message Peter Eisentraut 2015-03-08 18:10:29 pgsql: Sort SUBDIRS variable in src/bin/Makefile