psql: Rename results to result when only a single one is meant
Peter Eisentraut <peter@eisentraut.org>
psql: Rename results to result when only a single one is meant This makes the naming more consistent with the libpq API and the rest of the code, and makes actually supporting multiple result sets in the future less confusing. Discussion: https://www.postgresql.org/message-id/flat/db72fb98-9b43-d776-7247-6ed38f28e7c6%40enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +3 −3 |
| src/bin/psql/common.c | modified | +115 −115 |
| src/bin/psql/crosstabview.c | modified | +14 −14 |
| src/bin/psql/crosstabview.h | modified | +1 −1 |
| src/bin/psql/help.c | modified | +3 −3 |
| src/bin/psql/settings.h | modified | +3 −3 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |
| src/bin/psql/variables.c | modified | +1 −1 |
Discussion
- psql: Rename results to result when only a single one is meant 1 message · 2022-01-27