pgsql: Fix typo in comment.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment.
Date: 2015-03-05 11:15:38
Message-ID: E1YTTkg-0001F2-F1@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/934d12268585823c271c1490fc9aa4467c301e9c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-05 18:16:33 pgsql: Remove comment claiming that PARAM_EXTERN Params always have typ
Previous Message Tom Lane 2015-03-05 03:00:41 pgsql: Avoid unused-variable warning in non-assert builds.