Department of second thoughts. Remove FRONTEND from snprintf.c because
authorBruce Momjian <bruce@momjian.us>
Sun, 20 Mar 2005 03:53:39 +0000 (03:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 20 Mar 2005 03:53:39 +0000 (03:53 +0000)
commit8c72526fe9daeebf4ad3d2d1acfa1a69720ceb43
treeb7bc72f7c99e356c54c5fea3dce29eeca53fc2c5
parent169adfcf7475ce2018ea12d3c773b01e248f04c4
Department of second thoughts.  Remove FRONTEND from snprintf.c because
snprintf is called before the memory system is started.  We have to just
malloc/free.  There are no elogs in the code so we should be fine.
src/port/Makefile
src/port/snprintf.c