Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b69bde774982ac4497cec9c9fe0190097890292f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-12-13T02:29:22Z
Releases: 8.4.0
Remove pg_plan_queries()'s now-useless needSnapshot parameter.  It's useless
in 8.3, too, but I'm not back-patching this change since it would break any
extension modules that might be calling that function.

Files