pgsql: Fix typo in setrefs.c

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in setrefs.c
Date: 2015-09-10 13:23:12
Message-ID: E1Za1om-0005Az-KA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in setrefs.c

We're adding OIDs, not TIDs, to invalItems.

Pointed out by Etsuro Fujita.

Back-patch to all supported branches.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0473e047877ab9e51d5130bc14276b2308ed77a8

Modified Files
--------------
src/backend/optimizer/plan/setrefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-09-10 14:27:13 pgsql: Fix setrefs.c comment properly.
Previous Message Stephen Frost 2015-09-10 12:59:31 Re: pgsql: Improve logging of TAP tests.