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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/dc24b7fead6323f36608d57d73a28a5969d05954

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