pgsql-server: Remove xstrdup and friends who were only called once.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Remove xstrdup and friends who were only called once.
Date: 2004-08-08 03:51:33
Message-ID: 20040808035133.0F0355E46C4@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove xstrdup and friends who were only called once. Replace with
#ifdef calls.

Modified Files:
--------------
pgsql-server/src/port:
dirmod.c (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/port/dirmod.c.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-08 03:58:07 pgsql-server: Link in dirmod specially for zic so it works on Win32.
Previous Message Tom Lane 2004-08-08 03:22:21 pgsql-server: Add a comment about why we always replay backup blocks