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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server: Remove xstrdup and friends who were only called once.
Date
Msg-id 20040808035133.0F0355E46C4@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Add a comment about why we always replay backup blocks
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Link in dirmod specially for zic so it works on Win32.