pgsql: Fix a copy-and-paste error: give a distinct memory context a - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Fix a copy-and-paste error: give a distinct memory context a
Date
Msg-id 20041012015004.1ECCA32AB44@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix a copy-and-paste error: give a distinct memory context a distinct
name, mainly for debugging purposes.

Modified Files:
--------------
    pgsql/src/backend/utils/mmgr:
        portalmem.c (r1.73 -> r1.74)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/portalmem.c.diff?r1=1.73&r2=1.74)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update reference to pgsql-server.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix vpath build break, induced by Bruce's recent commit.