psql: Rename results to result when only a single one is meant

Peter Eisentraut <peter@eisentraut.org>

Commit: b9a3139397ff284cebc92fb008862ab902261883
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2022-02-10T11:12:52Z
Releases: 15.0
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

PathChange+/−
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