Commit 6fcde8a5 authored by Robert Haas's avatar Robert Haas

Minor improvements to transaction manager README.

A simple SELECT is handled by PortalRunSelect, not ProcessQuery.  Also,
the previous indentation was unclear: change it so that a deeper level
of indentation indicates that the outer function calls the inner one.

Stas Kelvich
parent 17b124d3
...@@ -66,7 +66,7 @@ sequence: ...@@ -66,7 +66,7 @@ sequence:
\ CommitTransactionCommand; \ CommitTransactionCommand;
/ StartTransactionCommand; / StartTransactionCommand;
2) / ProcessQuery; << SELECT ... 2) / PortalRunSelect; << SELECT ...
\ CommitTransactionCommand; \ CommitTransactionCommand;
\ CommandCounterIncrement; \ CommandCounterIncrement;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment