pgsql: Fix typo.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo.
Date: 2020-08-06 19:08:52
Message-ID: E1k3lG0-0003I0-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo.

Per report from Tom Lane. Previously fixed in master by
commit f057980149ddccd4b862d2c6b3920ed498b0d7ec.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7c78040f6c46e3db8cfa45fc31add9bc511cc2b2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-06 19:49:51 pgsql: First-draft release notes for 12.4.
Previous Message Tom Lane 2020-08-06 19:05:22 Re: pgsql: Fix minor problems with non-exclusive backup cleanup.