We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6d2fa commit 814573eCopy full SHA for 814573e
src/backend/access/transam/subtrans.c
@@ -10,6 +10,7 @@
10
* The tree can easily be walked from child to parent, but not in the
11
* opposite direction.
12
*
13
+ * This code is based on xact.c, but the robustness requirements
14
* are completely different from pg_xact, because we only need to remember
15
* pg_subtrans information for currently-open transactions. Thus, there is
16
* no need to preserve data over a crash and restart.
0 commit comments