OSDN Git Service

Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2008 15:15:22 +0000 (15:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2008 15:15:22 +0000 (15:15 +0000)
commite64bb65aff3f53b4f56b4a1ee549930b568cec99
tree805774acaf6a9bb8b10b0d2abc483aeba4a989d4
parent5f853c655663bf829c02895de2b445a5f3caa24b
Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came
from a query level above the current ParseState.
src/backend/parser/analyze.c
src/backend/parser/parse_relation.c
src/backend/parser/parse_target.c
src/include/parser/parse_relation.h