More fallout from the recent psql patch: rename xmalloc and friends to
Neil Conway <neilc@samurai.com>
More fallout from the recent psql patch: rename xmalloc and friends to pg_malloc, to avoid linker failures on same platforms.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +17 −17 |
| src/bin/psql/common.c | modified | +7 −8 |
| src/bin/psql/common.h | modified | +5 −5 |
| src/bin/psql/copy.c | modified | +10 −10 |
| src/bin/psql/describe.c | modified | +24 −35 |
| src/bin/psql/input.c | modified | +6 −6 |
| src/bin/psql/mainloop.c | modified | +3 −3 |
| src/bin/psql/prompt.c | modified | +3 −3 |
| src/bin/psql/startup.c | modified | +11 −11 |
| src/bin/psql/stringutils.c | modified | +2 −2 |
| src/bin/psql/tab-complete.c | modified | +12 −12 |
| src/bin/psql/variables.c | modified | +8 −8 |