mirror of
https://github.com/postgres/postgres.git
synced 2026-06-23 15:39:12 -04:00
protocol, per report from Igor Shevchenko. NOTIFY thought it could do its thing if transaction blockState is TBLOCK_DEFAULT, but in reality it had better check the low-level transaction state is TRANS_DEFAULT as well. Formerly it was not possible to wait for the client in a state where the first is true and the second is not ... but now we can have such a state. Minor cleanup in StartTransaction() as well. |
||
|---|---|---|
| .. | ||
| common | ||
| gist | ||
| hash | ||
| heap | ||
| index | ||
| nbtree | ||
| rtree | ||
| transam | ||
| Makefile | ||