Define snprintf() to call pg_snprintf() so our own snprintf-like
Bruce Momjian <bruce@momjian.us>
Define snprintf() to call pg_snprintf() so our own snprintf-like implementation doesn't export out via libpq and get used by a user application.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +5 −0 |
| configure.in | modified | +2 −1 |
| src/bin/pg_ctl/pg_ctl.c | modified | +7 −3 |
| src/bin/psql/command.c | modified | +5 −5 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/port.h | modified | +21 −1 |
| src/port/snprintf.c | modified | +9 −13 |