Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/prepare.c | modified | +3 −3 |
| src/backend/executor/spi.c | modified | +2 −3 |
| src/backend/tcop/postgres.c | modified | +6 −26 |
| src/backend/utils/cache/plancache.c | modified | +2 −3 |
| src/include/tcop/tcopprot.h | modified | +2 −2 |