pgsql: Fix typo in setrefs.c - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix typo in setrefs.c
Date
Msg-id E1Za1om-0005Ax-K6@gemulon.postgresql.org
Whole thread Raw
List 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7f0ca9a33682a73c150f14baabdce2d973c6101a

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


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Revert ed47666 and part of ef57b98
Next
From: Stephen Frost
Date:
Subject: pgsql: Fix typo in setrefs.c