forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ac700a
committed
doc: Clarify behavior of query planner locking with REINDEX
The documentation of REINDEX has never mentioned that the query plannermay take an ACCESS SHARE lock on the indexes depending on the queryused. This adds also a note about prepared queries not impacted whenthey do not use the index(es) rebuilt.Author: Frédéric YhuelReviewed-by: Guillaume Lelarge, Justin PryzbyDiscussion:https://postgr.es/m/65d08718-6f11-978a-4b5a-72b807d4c663@dalibo.com1 parentcd959b1 commit8ac700a
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
279 | 284 |
| |
280 | 285 |
| |
281 | 286 |
| |
|
0 commit comments
Comments
(0)