psql: Rename results to result when only a single one is meant
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 10 Feb 2022 11:03:35 +0000 (12:03 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 10 Feb 2022 11:12:52 +0000 (12:12 +0100)
commitb9a3139397ff284cebc92fb008862ab902261883
tree4c2ab73bf1f404c98a0077fee948cd9c7f89932b
parentf5744f1d1e3588b4c782bcad44e8da9c056eb67f
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
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/crosstabview.c
src/bin/psql/crosstabview.h
src/bin/psql/help.c
src/bin/psql/settings.h
src/bin/psql/tab-complete.c
src/bin/psql/variables.c