pgsql: Fix thinko in comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in comment.
Date: 2013-08-18 00:36:54
Message-ID: E1VAqzG-0007Bp-Ia@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in comment.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8820b502367de2669a8d3ed02a1cc485dd84fc4b

Modified Files
--------------
src/backend/optimizer/util/restrictinfo.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-08-18 02:01:49 pgsql: libpq: Report strerror on pthread_mutex_lock() failure
Previous Message Tom Lane 2013-08-18 00:22:55 pgsql: Fix planner problems with LATERAL references in PlaceHolderVars.