psql: Refactor SendQuery()
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 31 Mar 2022 17:57:21 +0000 (19:57 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 31 Mar 2022 17:59:29 +0000 (19:59 +0200)
commit8910a25fef3dc4aa7e10cfcebdc784650a4d256b
tree914209f571ed4677914a53034f014b7a481f5e4d
parent878e64d0f8f6865943046ce88e597a5657e304c2
psql: Refactor SendQuery()

This breaks out the fetch-it-all-and-print case in SendQuery() into a
separate function.  This makes the code more similar to the other
cases \gdesc and run query with FETCH_COUNT, and makes SendQuery()
itself a bit smaller.

Extracted from a larger patch with more changes in this area to
follow.

Author: Fabien COELHO <coelho@cri.ensmp.fr>
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1904132231510.8961@lancre
src/bin/psql/common.c