what's the relation between pathkey and path in optimize phase?

Started by sunpengalmost 16 years ago2 messagesgeneral
Jump to latest
#1sunpeng
bluevaley@gmail.com

what's the relation between pathkey and path in optimize phase?
thanks
peng

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: sunpeng (#1)
Re: what's the relation between pathkey and path in optimize phase?

sunpeng <bluevaley@gmail.com> writes:

what's the relation between pathkey and path in optimize phase?

pathkey is a data structure representing the ordering of a path.
Have you read src/backend/optimizer/README ?

regards, tom lane