forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a36eab
committed
doc: Add description about re-analysis and re-planning of a prepared statement.
A prepared statement is re-analyzed and re-planned whenever databaseobjects used in the statement have undergone definitional changes orthe planner statistics of them have been updated. The former has beendocumented from before, but the latter was not previously. This commitadds the description about the latter case into the docs.Author: Atsushi TorikoshiReviewed-by: Andy Fan, Fujii MasaoDiscussion:https://postgr.es/m/3ac82f4817c9fe274a905c8a38d87bd9@oss.nttdata.com1 parentf3a8f73 commit4a36eab
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
|
0 commit comments
Comments
(0)