- Notifications
You must be signed in to change notification settings - Fork5
Commit9e01aaa
committed
Add:
> * Allow finer control over the caching of prepared query plans>> Currently, queries prepared via the libpq API are planned on first> execute using the supplied parameters --- allow SQL PREPARE to do the> same. Also, allow control over replanning prepared queries either> manually or automatically when statistics for execute parameters> differ dramatically from those used during planning.>1 parent676bb9a commit9e01aaa
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
298 | 306 | | |
299 | 307 | | |
300 | 308 | | |
| |||
0 commit comments
Comments
(0)