Thread: pgsql: Fix typo in setrefs.c

pgsql: Fix typo in setrefs.c

From
Stephen Frost
Date:
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(-)