File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- $PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.10 2007/03/13 00:33:42 tgl Exp $
1
+ $PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.11 2007/05/29 04:19:35 neilc Exp $
2
2
3
3
Notes about memory allocation redesign
4
4
--------------------------------------
@@ -201,7 +201,7 @@ have dangling pointers leading to a crash at top-level commit. An example of
201
201
data kept here is pending NOTIFY messages, which are sent at top-level commit,
202
202
but only if the generating subtransaction did not abort.
203
203
204
- PortalContext --- this is not actually a separate context either , but a
204
+ PortalContext --- this is not actually a separate context, but a
205
205
global variable pointing to the per-portal context of the currently active
206
206
execution portal. This can be used if it's necessary to allocate storage
207
207
that will live just as long as the execution of the current portal requires.
You can’t perform that action at this time.
0 commit comments