Remove useless LockDisable() function and associated overhead, per my
Tom Lane <tgl@sss.pgh.pa.us>
Remove useless LockDisable() function and associated overhead, per my proposal of 26-Aug.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/postgres-ref.sgml | modified | +1 −12 |
| src/backend/bootstrap/bootstrap.c | modified | +1 −2 |
| src/backend/storage/lmgr/lmgr.c | modified | +24 −48 |
| src/backend/storage/lmgr/lock.c | modified | +1 −29 |
| src/backend/tcop/postgres.c | modified | +3 −13 |
| src/backend/utils/init/postinit.c | modified | +1 −6 |
| src/include/miscadmin.h | modified | +13 −14 |
| src/include/storage/lock.h | modified | +1 −3 |