Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers
Peter Eisentraut <peter_e@gmx.net>
Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers dynamically with PQExpBuffer.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +6 −4 |
| src/bin/psql/copy.c | modified | +23 −27 |
| src/bin/psql/describe.c | modified | +263 −262 |