Skip to content

Commit e78720f

Browse files
author
Neil Conway
committed
mmgr README tweak: "either" is no longer correct. The previous wording
compared PortalContext with QueryContext, but the latter no longer exists.
1 parent 6a6c752 commit e78720f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/mmgr/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
Notes about memory allocation redesign
44
--------------------------------------
@@ -201,7 +201,7 @@ have dangling pointers leading to a crash at top-level commit. An example of
201201
data kept here is pending NOTIFY messages, which are sent at top-level commit,
202202
but only if the generating subtransaction did not abort.
203203

204-
PortalContext --- this is not actually a separate context either, but a
204+
PortalContext --- this is not actually a separate context, but a
205205
global variable pointing to the per-portal context of the currently active
206206
execution portal. This can be used if it's necessary to allocate storage
207207
that will live just as long as the execution of the current portal requires.

0 commit comments

Comments
 (0)