Content-Length: 289677 | pFad | http://github.com/postgrespro/postgres_cluster/commit/6fcde8a5c80e46e9e92f50f62093cba5899312fd

42 Minor improvements to transaction manager README. · postgrespro/postgres_cluster@6fcde8a · GitHub
Skip to content

Commit 6fcde8a

Browse files
committed
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
1 parent 17b124d commit 6fcde8a

File tree

1 file changed

+6
-6
lines changed
  • src/backend/access/transam

1 file changed

+6
-6
lines changed

src/backend/access/transam/README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,23 @@ sequence:
6161

6262
/ StartTransactionCommand;
6363
/ StartTransaction;
64-
1) < ProcessUtility; << BEGIN
64+
1) < ProcessUtility; << BEGIN
6565
\ BeginTransactionBlock;
6666
\ CommitTransactionCommand;
6767

6868
/ StartTransactionCommand;
69-
2) / ProcessQuery; << SELECT ...
70-
\ CommitTransactionCommand;
69+
2) / PortalRunSelect; << SELECT ...
70+
\ CommitTransactionCommand;
7171
\ CommandCounterIncrement;
7272

7373
/ StartTransactionCommand;
74-
3) / ProcessQuery; << INSERT ...
75-
\ CommitTransactionCommand;
74+
3) / ProcessQuery; << INSERT ...
75+
\ CommitTransactionCommand;
7676
\ CommandCounterIncrement;
7777

7878
/ StartTransactionCommand;
7979
/ ProcessUtility; << COMMIT
80-
4) < EndTransactionBlock;
80+
4) < EndTransactionBlock;
8181
\ CommitTransactionCommand;
8282
\ CommitTransaction;
8383

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/6fcde8a5c80e46e9e92f50f62093cba5899312fd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy