pgsql: Fix typo in comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment.
Date: 2016-07-07 20:15:56
Message-ID: E1bLFiG-0006Wh-FD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment.

Amit Langote

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3edcdbcc4d012093147b50220a7dab57c380d549

Modified Files
--------------
src/backend/nodes/readfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-07-08 07:07:24 pgsql: Fix missing parenthesis in docs
Previous Message Robert Haas 2016-07-07 17:51:34 pgsql: Properly adjust pointers when tuples are moved during CLUSTER.