pgsql: Don't expose the inline definition of MemoryContextSwitchTo when - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Don't expose the inline definition of MemoryContextSwitchTo when
Date
Msg-id 20100213204652.EE6047541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is
defined.  Its reference to CurrentMemoryContext causes link failures on some
platforms, evidently because the inline function gets compiled despite lack of
use.  Per buildfarm member warthog.

Modified Files:
--------------
    pgsql/src/include/utils:
        palloc.h (r1.43 -> r1.44)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/palloc.h?r1=1.43&r2=1.44)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Improvements to ps message of startup process during Hot Standby.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Improve C comment about why we return "0 0" for some tags.