pgsql: If pnstrdup is going to be promoted to a generally available

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If pnstrdup is going to be promoted to a generally available
Date: 2008-06-28 16:45:22
Message-ID: 20080628164522.54F30754857@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If pnstrdup is going to be promoted to a generally available function,
it ought to conform to the rest of palloc.h in using Size for sizes.

Modified Files:
--------------
pgsql/src/backend/utils/mmgr:
mcxt.c (r1.64 -> r1.65)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/mcxt.c?r1=1.64&r2=1.65)
pgsql/src/include/utils:
palloc.h (r1.39 -> r1.40)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/palloc.h?r1=1.39&r2=1.40)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2008-06-28 21:19:03 pgbuildfarm - client-code: fix quoting bug introduced in 1.75
Previous Message Magnus Hagander 2008-06-28 13:34:32 Re: pgsql: Make the pg_stat_activity view call a SRF