mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-05 10:57:35 +08:00
The result object methods colnames() etc. would crash when called after a command that did not produce a result set. Now they throw an exception. discovery and initial patch by Jean-Baptiste Quenot