Skip to content

Commit 814573e

Browse files
committed
Restore accidentally-removed line.
Commit 88e66d1 is to blame. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoAXeb7O4hgg+efs8JT_SxpR4doAH5c5s-Z5WoRLstBZJA@mail.gmail.com
1 parent 3e6d2fa commit 814573e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/access/transam/subtrans.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* The tree can easily be walked from child to parent, but not in the
1111
* opposite direction.
1212
*
13+
* This code is based on xact.c, but the robustness requirements
1314
* are completely different from pg_xact, because we only need to remember
1415
* pg_subtrans information for currently-open transactions. Thus, there is
1516
* no need to preserve data over a crash and restart.

0 commit comments

Comments
 (0)