pgsql: Fix mistake in comment

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix mistake in comment
Date: 2017-12-08 16:24:48
Message-ID: E1eNLSC-0007UH-7G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix mistake in comment

Reported-by: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b33b5b9dfce9b7fb94b8996f4e0bac7e5bb6c21

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 Peter Eisentraut 2017-12-08 17:26:59 pgsql: Prohibit identity columns on typed tables and partitions
Previous Message Tom Lane 2017-12-08 16:21:14 pgsql: In plpgsql, unify duplicate variables for record and row cases.