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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy