pgsql: Fix typo in xlog.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix typo in xlog.c.
Date
Msg-id E1gHrpd-0008Ge-Ce@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in xlog.c.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/A6817958-949E-4A5B-895D-FA421B6640C2@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4ab62f9acc0389697042cb642aa74beabdc8cc7

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Sync our copy of the timezone library with IANA releasetzcode20
Next
From: Tom Lane
Date:
Subject: pgsql: Fix memory leak in repeated SPGIST index scans.