pgsql: mmgr README tweak: "either" is no longer correct.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: mmgr README tweak: "either" is no longer correct.
Date: 2007-05-29 04:19:35
Message-ID: 20070529041935.79FEE9FB6CA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
mmgr README tweak: "either" is no longer correct. The previous wording
compared PortalContext with QueryContext, but the latter no longer exists.

Modified Files:
--------------
pgsql/src/backend/utils/mmgr:
README (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/README.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-05-29 04:58:43 pgsql: Fix a bug in input processing for the "interval" type.
Previous Message Neil Conway 2007-05-29 04:17:08 pgsql: Stop a few regression tests from needlessly disabling GEQO.