Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera <alvherre@alvh.no-ip.org>
Add WaitForLockers in lmgr, refactoring index.c code This is in support of a future REINDEX CONCURRENTLY feature. Michael Paquier
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/index.c | modified | +5 −25 |
| src/backend/commands/indexcmds.c | modified | +5 −25 |
| src/backend/storage/lmgr/lmgr.c | modified | +67 −0 |
| src/include/storage/lmgr.h | modified | +4 −0 |