mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 03:25:38 -04:00
c03523ed3f
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