pgsql: Mark snprintf.c as a file that uses FRONTEND and needs to a - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Mark snprintf.c as a file that uses FRONTEND and needs to a
Date
Msg-id 20050320023933.CA6B8567C9@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mark snprintf.c as a file that uses FRONTEND and needs to a version in
the server-side port library.  Somehow I missed that change when I added
memory allocation to snprintf.c.

Modified Files:
--------------
    pgsql/src/port:
        Makefile (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > * -Allow the size of the buffer cache used by temporary
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Another change for FRONTEND snprintf.c.