pgsql: Rename "string" pstrdup argument to "in"

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename "string" pstrdup argument to "in"
Date: 2013-02-12 15:46:36
Message-ID: E1U5I44-0001Cy-LB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename "string" pstrdup argument to "in"

The former name collides with a symbol also used in the isolation test's
parser, causing assorted failures in certain platforms.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0e81ddde2c62ada7f818114ca961d80d42370e32

Modified Files
--------------
src/common/fe_memutils.c | 10 +++++-----
src/include/common/fe_memutils.h | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2013-02-12 15:52:32 Re: pgsql: Create libpgcommon, and move pg_malloc et al to it
Previous Message Alvaro Herrera 2013-02-12 15:23:04 pgsql: Don't build libpgcommon_srv.a just yet